wpp: Free strings on define deletion (Valgrind).

This commit is contained in:
Matteo Bruni 2011-02-07 14:39:57 +01:00 committed by Alexandre Julliard
parent ffe65c2721
commit e32598b046
1 changed files with 3 additions and 0 deletions

View File

@ -310,6 +310,9 @@ void pp_del_define(const char *name)
return;
}
free( ppp->ident );
free( ppp->subst.text );
free( ppp->filename );
free_pp_entry( ppp, pphash(name) );
if(pp_status.debug)