am 880a2933: Merge "Fix memory-leak on soinfo_free()"
* commit '880a293390b64da806a072f4ace2c2784b340876': Fix memory-leak on soinfo_free()
This commit is contained in:
commit
7974b83443
@ -285,6 +285,7 @@ static void soinfo_free(soinfo* si) {
|
||||
sonext = prev;
|
||||
}
|
||||
|
||||
si->~soinfo();
|
||||
g_soinfo_allocator.free(si);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user