[Asterisk-cvs] asterisk/apps app_voicemail.c,1.55,1.56

markster at lists.digium.com markster at lists.digium.com
Tue Feb 10 21:45:42 CST 2004


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

Modified Files:
	app_voicemail.c 
Log Message:
Fix several memory leaks


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- app_voicemail.c	28 Jan 2004 21:06:03 -0000	1.55
+++ app_voicemail.c	11 Feb 2004 03:54:28 -0000	1.56
@@ -3167,6 +3167,7 @@
 	while(cur) {
 		l = cur;
 		cur = cur->next;
+		l->alloced = 1;
 		free_user(l);
 	}
 	zcur = zones;




More information about the svn-commits mailing list