]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Oops, should have released this when we were done with it.
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 24 May 2007 03:27:54 +0000 (03:27 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 24 May 2007 03:27:54 +0000 (03:27 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@65748 65c4cc65-6c06-0410-ace0-fbb531ad65f3

cdr/cdr_adaptive_odbc.c

index 7e5a7f856e1fa0fe4475ce08cc8309de70b25c9a..c7a2826177c72322f3e4a9d8b319282d45fc780a 100644 (file)
@@ -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)))