[Pntool-developers] SF.net SVN: pntool:[174] translator/main.c
Brought to you by:
compaqdrew,
miordache
From: <the...@us...> - 2009-07-07 02:25:25
|
Revision: 174 http://pntool.svn.sourceforge.net/pntool/?rev=174&view=rev Author: thecodeweasel Date: 2009-07-07 02:25:04 +0000 (Tue, 07 Jul 2009) Log Message: ----------- Freeing the compactor Modified Paths: -------------- translator/main.c Modified: translator/main.c =================================================================== --- translator/main.c 2009-07-07 02:18:52 UTC (rev 173) +++ translator/main.c 2009-07-07 02:25:04 UTC (rev 174) @@ -251,6 +251,10 @@ printf("Generator freed\n"); } } + treePsr->free(treePsr); treePsr = NULL; + if(is_verbose() >= 10) { + printf("Compactor freed\n"); + } } // We did not return anything from this parser rule, so we can finish. It only remains This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |