resync...no idea what's in here, it's been sitting on the shelf for a while

This commit is contained in:
brianb
2003-04-29 17:55:09 +00:00
parent f02d552891
commit aa19a0892f
17 changed files with 509 additions and 189 deletions

View File

@@ -401,8 +401,10 @@ MdbSQLSarg *sql_sarg;
g_ptr_array_free(sql->columns,TRUE);
g_ptr_array_free(sql->tables,TRUE);
g_ptr_array_free(sql->sargs,TRUE);
mdb_close(sql->mdb);
mdb_free_handle(sql->mdb);
if (sql->mdb) {
mdb_close(sql->mdb);
mdb_free_handle(sql->mdb);
}
}
void mdb_sql_reset(MdbSQL *sql)
{