1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

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

View file

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