mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Fix to 54305, free array holding fat locks. Patch courtesy Jon Smirl <jonsmirl@mediaone.net>.
a=brendan r=mccabe
This commit is contained in:
parent
ad15fd02cc
commit
bec36231b6
@ -472,6 +472,8 @@ js_CleanupLocks()
|
||||
deleteListOfFatlocks(_fl_tables[i].taken);
|
||||
_fl_tables[i].taken = NULL;
|
||||
}
|
||||
free(_fl_tables);
|
||||
_fl_tables = NULL;
|
||||
free(_global_locks);
|
||||
_global_locks = NULL;
|
||||
#ifdef UsingCounterLock
|
||||
|
Loading…
x
Reference in New Issue
Block a user