[vlc-devel] commit: skins2: a tiny memory leak (Erwan Tulou )

git version control git at videolan.org
Mon Dec 28 22:18:07 CET 2009


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Dec 28 21:32:40 2009 +0100| [29e8e98b99d8abfe231728119d4a39567176c37f] | committer: Erwan Tulou 

skins2: a tiny memory leak

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=29e8e98b99d8abfe231728119d4a39567176c37f
---

 modules/gui/skins2/src/theme.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/skins2/src/theme.cpp b/modules/gui/skins2/src/theme.cpp
index 5e099ae..b7df897 100644
--- a/modules/gui/skins2/src/theme.cpp
+++ b/modules/gui/skins2/src/theme.cpp
@@ -54,6 +54,7 @@ void Theme::loadConfig()
     {
         // Show the windows as indicated by the XML file
         m_windowManager.showAll( true );
+        free( save );
         return;
     }
 




More information about the vlc-devel mailing list