[svn-commits] tilghman: trunk r48255 - in /trunk: ./
apps/app_voicemail.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Dec 4 18:46:14 MST 2006
Author: tilghman
Date: Mon Dec 4 19:46:14 2006
New Revision: 48255
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48255
Log:
Merged revisions 48254 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r48254 | tilghman | 2006-12-04 19:41:02 -0600 (Mon, 04 Dec 2006) | 2 lines
Oops, forgot to release the odbc handle
........
Modified:
trunk/ (props changed)
trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=48255&r1=48254&r2=48255
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Mon Dec 4 19:46:14 2006
@@ -1126,6 +1126,7 @@
ast_log(LOG_WARNING, "SQL Get Data error!\n[%s]\n\n", sql);
unlink(full_fn);
SQLFreeHandle(SQL_HANDLE_STMT, stmt);
+ ast_odbc_release_obj(obj);
goto yuck;
}
}
More information about the svn-commits
mailing list