AboutSystem: Fix leak of package credits.

This commit is contained in:
Michael Lotz
2015-04-11 13:34:30 +02:00
parent 459e651fd5
commit 268bbb1f8c
+6
View File
@@ -592,6 +592,12 @@ AboutView::AboutView()
AboutView::~AboutView()
{
for (PackageCreditMap::iterator it = fPackageCredits.begin();
it != fPackageCredits.end(); it++) {
delete it->second;
}
delete fScrollRunner;
}