diff -r 5aa7c7ec6b8e -r 3487b2ea501a controlpanelplugins/themeplugin/src/cpthemeutil.cpp --- a/controlpanelplugins/themeplugin/src/cpthemeutil.cpp Fri Sep 17 08:29:50 2010 +0300 +++ b/controlpanelplugins/themeplugin/src/cpthemeutil.cpp Mon Oct 04 00:18:12 2010 +0300 @@ -80,6 +80,7 @@ } if(name.isEmpty() || (hidden == "true") ||( hidden == "")) { + delete themeInfo; return NULL; }