[svn-commits] anthonyl: branch anthonyl/skinny-redux r48141 - /team/anthonyl/skinny-redux/c...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 30 10:42:42 MST 2006


Author: anthonyl
Date: Thu Nov 30 11:42:42 2006
New Revision: 48141

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48141
Log:
letting transmit_response free req in a attempt to fix part of the memory managment problem with this channel

Modified:
    team/anthonyl/skinny-redux/channels/chan_skinny.c

Modified: team/anthonyl/skinny-redux/channels/chan_skinny.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/skinny-redux/channels/chan_skinny.c?view=diff&rev=48141&r1=48140&r2=48141
==============================================================================
--- team/anthonyl/skinny-redux/channels/chan_skinny.c (original)
+++ team/anthonyl/skinny-redux/channels/chan_skinny.c Thu Nov 30 11:42:42 2006
@@ -1412,8 +1412,9 @@
 		
 	}
 	
+	/* testing, remove me in the case of segfaults */
+	free(req);
 	ast_mutex_unlock(&s->lock);
-	
 	return 1;
 }
 



More information about the svn-commits mailing list