]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8761 #resolve [Memory leak in FreeSWITCH]
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 4 Aug 2016 04:57:00 +0000 (23:57 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 4 Aug 2016 04:57:00 +0000 (23:57 -0500)
libs/sofia-sip/libsofia-sip-ua/tport/ws.c
src/mod/endpoints/mod_verto/ws.c

index 7fe9f182bf5f4bc99048b028709d4273088c14e2..f3783c024ee4cb03238c1e12763886b9956e4276 100644 (file)
@@ -547,9 +547,9 @@ static int establish_logical_layer(wsh_t *wsh)
 
                        wsh->sanity--;
 
-                       if (!wsh->block) {
-                               return -2;
-                       }
+                       //if (!wsh->block) {
+                       //      return -2;
+                       //}
 
                } while (wsh->sanity > 0);
                
index 265dd10d8e3741de635dc265f8d99dcc5c9a8fca..954e9f43df372d10451799199836eb2f8cc40c6c 100644 (file)
@@ -547,9 +547,9 @@ static int establish_logical_layer(wsh_t *wsh)
 
                        wsh->sanity--;
 
-                       if (!wsh->block) {
-                               return -2;
-                       }
+                       //if (!wsh->block) {
+                       //return -2;
+                       //}
 
                } while (wsh->sanity > 0);