diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 8f08274ac0..00483dc152 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -592,6 +592,12 @@ AboutView::AboutView() AboutView::~AboutView() { + for (PackageCreditMap::iterator it = fPackageCredits.begin(); + it != fPackageCredits.end(); it++) { + + delete it->second; + } + delete fScrollRunner; }