Fix typo in last commit... odd that test001 didn't bomb because of this.

This commit is contained in:
Kurt Zeilenga 1999-08-19 17:08:32 +00:00
parent c51f35fe0f
commit 79a3553039

View File

@ -21,7 +21,7 @@ static int emaxsize;/* max size of ebuf */
int entry_destroy(void)
{
free( *ebuf );
free( ebuf );
ebuf = NULL;
ecur = NULL;
emaxsize = 0;