[Asterisk-cvs] asterisk/channels chan_iax2.c,1.91.2.1,1.91.2.2

markster at lists.digium.com markster at lists.digium.com
Tue Feb 10 18:08:43 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv17047/channels

Modified Files:
      Tag: v1-0_stable
	chan_iax2.c 
Log Message:
Fix a couple of memory leaks


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.91.2.1
retrieving revision 1.91.2.2
diff -u -d -r1.91.2.1 -r1.91.2.2
--- chan_iax2.c	6 Feb 2004 21:08:26 -0000	1.91.2.1
+++ chan_iax2.c	11 Feb 2004 00:17:29 -0000	1.91.2.2
@@ -5499,7 +5499,6 @@
 		if (user->delme) {
 			ast_free_ha(user->ha);
 			free_context(user->contexts);
-			user=user->next;
 			free(user);
 			if (userlast)
 				userlast->next = usernext;




More information about the svn-commits mailing list