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

@@ -67,6 +67,7 @@ int len;
len = strlen(colval);
strcpy(data,colval);
mdb_update_row(table);
mdb_free_tabledef(table);
}
}