summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-05-24 03:27:54 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-05-24 03:27:54 +0000
commit2263fd907ee311dd7a7809cdadfb338fc5535095 (patch)
treece2637087cda7a60385000441b470793b8b9bddf
parent04e45cfda35bd3cb4e508aad9286b5deb99ccf56 (diff)
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
-rw-r--r--cdr/cdr_adaptive_odbc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c
index 7e5a7f856..c7a282617 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)))