Commit 29e8e98b authored by Erwan Tulou's avatar Erwan Tulou

skins2: a tiny memory leak

parent 27073484
......@@ -54,6 +54,7 @@ void Theme::loadConfig()
{
// Show the windows as indicated by the XML file
m_windowManager.showAll( true );
free( save );
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment