[asterisk-commits] ivaxer: branch ivaxer/ast_storage r281293 - /team/ivaxer/ast_storage/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Aug 8 15:49:08 CDT 2010
Author: ivaxer
Date: Sun Aug 8 15:49:05 2010
New Revision: 281293
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=281293
Log:
fixed missed fobjs releasing in the listdir_test
Modified:
team/ivaxer/ast_storage/res/res_storage_odbc.c
Modified: team/ivaxer/ast_storage/res/res_storage_odbc.c
URL: http://svnview.digium.com/svn/asterisk/team/ivaxer/ast_storage/res/res_storage_odbc.c?view=diff&rev=281293&r1=281292&r2=281293
==============================================================================
--- team/ivaxer/ast_storage/res/res_storage_odbc.c (original)
+++ team/ivaxer/ast_storage/res/res_storage_odbc.c Sun Aug 8 15:49:05 2010
@@ -1175,6 +1175,8 @@
/* TODO: add checks here */
+ ast_storage_fileobjects_release(fobjs);
+
ret = se_release(st);
if (ret) {
return AST_TEST_FAIL;
More information about the asterisk-commits
mailing list