Merge "Fix memory-leak on soinfo_free()"
This commit is contained in:
commit
880a293390
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ static void soinfo_free(soinfo* si) {
|
|||
sonext = prev;
|
||||
}
|
||||
|
||||
si->~soinfo();
|
||||
g_soinfo_allocator.free(si);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue