JvanKatwijk / dab-cmdline

DAB decoding library with example of its use
GNU General Public License v2.0
57 stars 29 forks source link

Fix alloc-dealloc-mismatch #102

Closed dforsi closed 3 months ago

dforsi commented 3 months ago

This PR fixes an error found with AddressSanitizer:

ERROR: AddressSanitizer: alloc-dealloc-mismatch(operator new [] vs operator delete) on 0x52100123a500
    #0 0x7ff89b8f50f8 in operator delete(void*) ../../../../src/libsanitizer/asan/asan_new_delete.cpp:152
    #1 0x7ff863c13f11 in interLeaver::~interLeaver() (/opt/install/libdab/lib/libdab_lib.so+0x13f11)
JvanKatwijk commented 3 months ago

OK