]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert this change for now
authorBrian West <brian@freeswitch.org>
Fri, 26 Sep 2008 23:37:27 +0000 (23:37 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 26 Sep 2008 23:37:27 +0000 (23:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9676 d0543943-73ff-0310-b7d9-9358b9ac24b2

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

index 5fe432a75f8ea3788a04943e7fe8a8846bca7f9b..6ba506c0b4a5f16c06a4ebdc2ba37859a3424743 100644 (file)
@@ -1 +1 @@
-Fri Sep 26 15:32:07 EDT 2008
+Fri Sep 26 18:37:04 CDT 2008
index c3e8f6eee89ad9f40268d4319e240107432c8061..b75f4f931d5fb4f607326c91adf3f017940e3f76 100644 (file)
@@ -1019,10 +1019,8 @@ void _su_home_deinit(su_home_t *home)
 
     home->suh_blocks = NULL;
 
-       if (home->suh_lock) {
+    if (home->suh_lock)
       _su_home_destroy_mutexes(home->suh_lock);
-         UNLOCK(home);
-       }
   }
 
   home->suh_lock = NULL;