Fix missing free() in pidfile.c

pull/1077/head
jsteube 7 years ago
parent 20ab1af2b3
commit b2c9172f65

@ -31,6 +31,8 @@ static int check_running_process (hashcat_ctx_t *hashcat_ctx)
{
event_log_error (hashcat_ctx, "Cannot read %s", pidfile_filename);
hcfree (pd);
return -1;
}

Loading…
Cancel
Save