Commit ef0bcc79 authored by Rémi Duraffort's avatar Rémi Duraffort

zsh: fix a memory leak (this is usefull as this program seems to fail on OOM).

parent 84b53fa9
......@@ -198,6 +198,7 @@ void PrintModuleList( mumap &mods, mcmap &mods2 )
}
printf( "\"\n\n" );
module_list_free( p_list );
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment