Skip to content

[C++ wrapper] fix memory leak around string list wrapping

François Grisez requested to merge fix/cpp_wrapper_mem_leak into master

Overload StringBctbxListWrapper::bctbxListToCppList() in order to do free the bctbx_list_t after copy when this one isn't constant (i.e. it has been allocated by liblinphone).

Edited by François Grisez

Merge request reports