[svn-commits] tilghman: trunk r193678 - /trunk/apps/app_voicemail.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 11 14:32:21 CDT 2009


Author: tilghman
Date: Mon May 11 14:32:13 2009
New Revision: 193678

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193678
Log:
Don't nullify an ast_str pointer.
(closes issue #15061)
 Reported by: alecdavis

Modified:
    trunk/apps/app_voicemail.c

Modified: trunk/apps/app_voicemail.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=193678&r1=193677&r2=193678
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Mon May 11 14:32:13 2009
@@ -3983,7 +3983,6 @@
 {
 	struct ast_str *tmp = ast_str_alloca(80);
 	int first_section = 1;
-	*end = '\0';
 
 	ast_str_reset(*end);
 	ast_str_set(&tmp, -1, "=?%s?Q?", charset);




More information about the svn-commits mailing list