1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-31 02:48:50 +00:00

Remove unlock on destroy of debugfile

This commit is contained in:
PenguinKeeper7 2025-07-09 13:49:46 +01:00
parent c5b81ab8ec
commit b8a1d872ac

View File

@ -173,8 +173,6 @@ void debugfile_destroy (hashcat_ctx_t *hashcat_ctx)
if (debugfile_ctx->filename)
{
hc_unlockfile (&debugfile_ctx->fp);
hc_fclose (&debugfile_ctx->fp);
}