Fixed some memory leaks
This commit is contained in:
@@ -255,7 +255,7 @@ void freeWhere(where_clause **where_ptr)
|
||||
clause->col = 0;
|
||||
}
|
||||
|
||||
if (clause->table) {
|
||||
if (clause->table != 0) {
|
||||
free(clause->table);
|
||||
clause->table = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user