Fix some memory leaks

This commit is contained in:
whydoubt
2004-06-24 04:22:40 +00:00
parent ade1a8703b
commit d6db6c3ed4
12 changed files with 27 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ MdbTableDef *table;
table = mdb_read_table(entry);
mdb_read_columns(table);
mdb_data_dump(table);
mdb_free_tabledef(table);
}
}