[Freeswitch-svn] [commit] r12915 - freeswitch/trunk/src/mod/applications/mod_voicemail

FreeSWITCH SVN anthm at freeswitch.org
Mon Apr 6 08:01:03 PDT 2009


Author: anthm
Date: Mon Apr  6 10:01:02 2009
New Revision: 12915

Log:
MODAPP-250

Modified:
   freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c

Modified: freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c	Mon Apr  6 10:01:02 2009
@@ -3176,7 +3176,7 @@
 			}
 		}
 
-		switch_safe_free(id);
+		switch_safe_free(dup);
 	}
 
 	if (!strcasecmp(how, "saved")) {



More information about the Freeswitch-svn mailing list