[Asterisk-cvs] asterisk/channels chan_iax2.c,1.92,1.93
markster at lists.digium.com
markster at lists.digium.com
Tue Feb 10 18:09:02 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv17068/channels
Modified Files:
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.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- chan_iax2.c 6 Feb 2004 18:11:13 -0000 1.92
+++ chan_iax2.c 11 Feb 2004 00:17:48 -0000 1.93
@@ -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