]> git.sesse.net Git - vlc/blobdiff - extras/analyser/zsh.cpp
zsh: fix a memory leak (this is usefull as this program seems to fail on OOM).
[vlc] / extras / analyser / zsh.cpp
index 880ef7713dff8c2b386f9440e2ff0f9033e2eabd..f527dcff54d8040d7dff6fe743e695c53586d049 100644 (file)
@@ -198,6 +198,7 @@ void PrintModuleList( mumap &mods, mcmap &mods2 )
 
     }
     printf( "\"\n\n" );
+    module_list_free( p_list );
     return;
 }