Skip to content
Snippets Groups Projects
Commit 79a35530 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent c51f35fe
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment