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

skins2: a tiny memory leak

parent 27073484
...@@ -54,6 +54,7 @@ void Theme::loadConfig() ...@@ -54,6 +54,7 @@ void Theme::loadConfig()
{ {
// Show the windows as indicated by the XML file // Show the windows as indicated by the XML file
m_windowManager.showAll( true ); m_windowManager.showAll( true );
free( save );
return; 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