aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-05 01:46:14 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-05 01:46:14 +0000
commit99dfd35cae5ab2b6c02542c2a1fd8dbbc46c91f7 (patch)
tree04e970886d88ce97769c548c58447dbf1e9dc0b8 /apps
parentc0a6c60abce767c9799ed747853008d2bb0209f5 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48255 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index bd39abae1..73f470536 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -1126,6 +1126,7 @@ static int retrieve_file(char *dir, int msgnum)
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;
}
}