diff --git a/src/gui/themes.cpp b/src/gui/themes.cpp index 54c14aee9..62200de79 100644 --- a/src/gui/themes.cpp +++ b/src/gui/themes.cpp @@ -134,6 +134,7 @@ void CThemes::readThemes(CMenuWidget &themes) oj = new CMenuForwarderNonLocalized((char*)file, true, "", this, file); themes.addItem( oj ); } + free(themelist[count]); } free(themelist); }