Mon Dec 15 09:16:20 CST 2008 Pekka Pessi <first.last@nokia.com>

* su_alloc.c: always unlock home before destroying mutexes



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11765 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-11 16:03:09 +00:00
parent c536aac576
commit 91dc5d5f54
1 changed files with 7 additions and 5 deletions

View File

@ -842,6 +842,8 @@ void su_free(su_home_t *home, void *data)
*
* @param home pointer to a memory home
* @param data pointer to a memory area possibly allocated though home
*
* @NEW_1_12_9
*/
int su_home_check_alloc(su_home_t const *home, void const *data)
{