From ef0bcc793dbfa227017b9773b7dddfc75a666361 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Sun, 3 Jan 2010 18:36:10 +0100 Subject: [PATCH] zsh: fix a memory leak (this is usefull as this program seems to fail on OOM). --- extras/analyser/zsh.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2