mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-01 19:38:26 +00:00
Remove unlock on destroy of debugfile
This commit is contained in:
parent
c5b81ab8ec
commit
b8a1d872ac
@ -173,8 +173,6 @@ void debugfile_destroy (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
if (debugfile_ctx->filename)
|
if (debugfile_ctx->filename)
|
||||||
{
|
{
|
||||||
hc_unlockfile (&debugfile_ctx->fp);
|
|
||||||
|
|
||||||
hc_fclose (&debugfile_ctx->fp);
|
hc_fclose (&debugfile_ctx->fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user