Clear struct on Undef

This commit is contained in:
Paul Tucker
2000-03-19 19:37:34 +00:00
parent 2bc1882ed4
commit 13b879d8cd
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
20000319-01:35 EST Paul Tucker <ptucker@sympatico.ca>
* source/pp/ppcore.c
from 20000319-01:30 that didn't get posted.
20000319-19:11 GMT+1 Victor Szakats <info@szelvesz.hu>
* include/hbapigt.h
source/rtl/gtapi.c

View File

@@ -456,6 +456,8 @@ static int ParseUndef( char * sLine )
if( stdef->value ) hb_xfree( stdef->value );
hb_xfree( stdef->name );
}
stdef->pars = NULL;
stdef->value = NULL;
stdef->name = NULL;
}