From: Tilghman Lesher Date: Thu, 24 May 2007 03:27:54 +0000 (+0000) Subject: Oops, should have released this when we were done with it. X-Git-Tag: 1.6.0-beta1~3^2~2603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2263fd907ee311dd7a7809cdadfb338fc5535095;p=thirdparty%2Fasterisk.git Oops, should have released this when we were done with it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@65748 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c index 7e5a7f856e..c7a2826177 100644 --- a/cdr/cdr_adaptive_odbc.c +++ b/cdr/cdr_adaptive_odbc.c @@ -205,6 +205,7 @@ static int load_config(void) res = 0; } + SQLFreeHandle(SQL_HANDLE_STMT, stmt); ast_odbc_release_obj(obj); if (AST_LIST_FIRST(&(tableptr->columns)))