Closed havraji6 closed 7 years ago
Hello, this is possible fix of memory leak in lpi_init_library() function.
lpi_init_library()
Allocated memory in init_other_protocols(...) function is not freed by lpi_free_library().
init_other_protocols(...)
lpi_free_library()
Thanks very much for that.
Hello, this is possible fix of memory leak in
lpi_init_library()
function.Allocated memory in
init_other_protocols(...)
function is not freed bylpi_free_library()
.