aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_adaptive_odbc.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-24 03:27:54 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-24 03:27:54 +0000
commiteab5a15a2eb44849313b0b939a8f72da1583ae9b (patch)
treece2637087cda7a60385000441b470793b8b9bddf /cdr/cdr_adaptive_odbc.c
parent0790d710594f0bfb26ee53c517d19f51529952a3 (diff)
Oops, should have released this when we were done with it.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65748 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr/cdr_adaptive_odbc.c')
-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)))