]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
unlock before destroy (handle leak from SFSIP-88)
authorMichael Jerris <mike@jerris.com>
Fri, 26 Sep 2008 19:33:17 +0000 (19:33 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 26 Sep 2008 19:33:17 +0000 (19:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9670 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/su/su_alloc.c

index 306e59d49263141fcc1b124d4b58d85551ab70fa..5fe432a75f8ea3788a04943e7fe8a8846bca7f9b 100644 (file)
@@ -1 +1 @@
-Fri Sep 12 12:28:02 EDT 2008
+Fri Sep 26 15:32:07 EDT 2008
index 8ef09c8593bfe70c3612e82a059250bbcb3856c0..c3e8f6eee89ad9f40268d4319e240107432c8061 100644 (file)
@@ -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;