diff -r 2fee987ebaff -r ab0490982943 controlpanelplugins/themeplugin/src/cpthemeutil.cpp --- a/controlpanelplugins/themeplugin/src/cpthemeutil.cpp Thu Sep 02 17:11:27 2010 +0800 +++ b/controlpanelplugins/themeplugin/src/cpthemeutil.cpp Thu Sep 30 16:15:53 2010 +0800 @@ -80,6 +80,7 @@ } if(name.isEmpty() || (hidden == "true") ||( hidden == "")) { + delete themeInfo; return NULL; }