[asterisk-commits] seanbright: branch 1.6.1 r216596 - in /branches/1.6.1: ./ apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 4 14:32:50 CDT 2009
Author: seanbright
Date: Fri Sep 4 14:32:48 2009
New Revision: 216596
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=216596
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.1/ (props changed)
branches/1.6.1/apps/app_voicemail.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_voicemail.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/apps/app_voicemail.c?view=diff&rev=216596&r1=216595&r2=216596
==============================================================================
--- branches/1.6.1/apps/app_voicemail.c (original)
+++ branches/1.6.1/apps/app_voicemail.c Fri Sep 4 14:32:48 2009
@@ -2228,7 +2228,7 @@
ast_variables_destroy(var);
return vmu;
} else {
- free(vmu);
+ ast_free(vmu);
return NULL;
}
}
More information about the asterisk-commits
mailing list