make sure we free the grep data as well

This commit is contained in:
Mike Frysinger 2007-04-12 18:29:27 +00:00
parent b69f35effe
commit 3a62a737f7

View File

@ -493,6 +493,7 @@ int grep_main(int argc, char **argv)
free(gl->pattern);
if ((gl->flg_mem_alocated_compiled & COMPILED))
regfree(&(gl->preg));
free(gl);
free(pattern_head_ptr);
}
}