]> git.sesse.net Git - vlc/commitdiff
skins2: a tiny memory leak
authorErwan Tulou <erwan10@videolan.org>
Mon, 28 Dec 2009 20:32:40 +0000 (21:32 +0100)
committerErwan Tulou <erwan10@videolan.org>
Mon, 28 Dec 2009 21:17:18 +0000 (22:17 +0100)
modules/gui/skins2/src/theme.cpp

index 5e099ae7b00c478eb99a3d71b08a0fc404ed25b1..b7df897b7d71e9af10b2d1f3c6a0f5ccc6885b4d 100644 (file)
@@ -54,6 +54,7 @@ void Theme::loadConfig()
     {
         // Show the windows as indicated by the XML file
         m_windowManager.showAll( true );
+        free( save );
         return;
     }