patch up a small memory leak

This commit is contained in:
Mitchell Livingston 2007-12-26 16:42:46 +00:00
parent e26b814175
commit 44e56e64e8
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
}
}
tr_metainfoFree(&info);
tr_ctorFree(ctor);
}
}