afdko icon indicating copy to clipboard operation
afdko copied to clipboard

[tx] memory leak fixes

Open kaydeearts opened this issue 3 years ago • 0 comments

This PR fixes memory leaks found on OpenSUSE86 with these flags added to root-level CMakeLists.txt:

add_compile_options(-fsanitize=address) add_link_options(-fsanitize=address)

kaydeearts avatar Mar 28 '22 18:03 kaydeearts