[asterisk-commits] seanbright: branch 1.6.2 r216597 - in /branches/1.6.2: ./ apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 4 14:32:52 CDT 2009


Author: seanbright
Date: Fri Sep  4 14:32:50 2009
New Revision: 216597

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=216597
Log:
Merged revisions 216593 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r216593 | seanbright | 2009-09-04 15:29:02 -0400 (Fri, 04 Sep 2009) | 1 line
  
  Use ast_free() instead of free().
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/apps/app_voicemail.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/apps/app_voicemail.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/apps/app_voicemail.c?view=diff&rev=216597&r1=216596&r2=216597
==============================================================================
--- branches/1.6.2/apps/app_voicemail.c (original)
+++ branches/1.6.2/apps/app_voicemail.c Fri Sep  4 14:32:50 2009
@@ -2354,7 +2354,7 @@
 		ast_variables_destroy(var);
 		return vmu;
 	} else {
-		free(vmu);
+		ast_free(vmu);
 		return NULL;
 	}
 }




More information about the asterisk-commits mailing list