fixed a memleak

SVN revision: 11914
This commit is contained in:
tsauerbeck 2004-10-19 17:39:35 +00:00 committed by tsauerbeck
parent 6b6d72b8a6
commit e54386d8a4
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ new_object(void)
{ {
if (!strcmp(statement_handlers[i].type, id)) if (!strcmp(statement_handlers[i].type, id))
{ {
free(id);
return; return;
} }
} }