summaryrefslogtreecommitdiffstats
path: root/linker
diff options
context:
space:
mode:
Diffstat (limited to 'linker')
-rw-r--r--linker/linker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linker/linker.cpp b/linker/linker.cpp
index 60f8489..e84036a 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -277,6 +277,7 @@ static void soinfo_free(soinfo* si) {
sonext = prev;
}
+ si->~soinfo();
g_soinfo_allocator.free(si);
}