mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 12:18:18 +00:00
unlock before destroy (handle leak from SFSIP-88)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9670 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d8f1f01486
commit
1cdec9c0fe
@ -1 +1 @@
|
||||
Fri Sep 12 12:28:02 EDT 2008
|
||||
Fri Sep 26 15:32:07 EDT 2008
|
||||
|
@ -1022,6 +1022,7 @@ void _su_home_deinit(su_home_t *home)
|
||||
if (home->suh_lock) {
|
||||
_su_home_destroy_mutexes(home->suh_lock);
|
||||
UNLOCK(home);
|
||||
}
|
||||
}
|
||||
|
||||
home->suh_lock = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user