From: RĂ©mi Duraffort Date: Sun, 3 Jan 2010 17:36:10 +0000 (+0100) Subject: zsh: fix a memory leak (this is usefull as this program seems to fail on OOM). X-Git-Tag: 1.1.0-ff~1493 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ef0bcc793dbfa227017b9773b7dddfc75a666361;p=vlc zsh: fix a memory leak (this is usefull as this program seems to fail on OOM). --- diff --git a/extras/analyser/zsh.cpp b/extras/analyser/zsh.cpp index 880ef7713d..f527dcff54 100644 --- a/extras/analyser/zsh.cpp +++ b/extras/analyser/zsh.cpp @@ -198,6 +198,7 @@ void PrintModuleList( mumap &mods, mcmap &mods2 ) } printf( "\"\n\n" ); + module_list_free( p_list ); return; }