diff --git a/linker/linker.cpp b/linker/linker.cpp index f71e5e0f4..402e6ba13 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -285,6 +285,7 @@ static void soinfo_free(soinfo* si) { sonext = prev; } + si->~soinfo(); g_soinfo_allocator.free(si); }