diff --git a/src/debugfile.c b/src/debugfile.c index ea0d61365..21ea37ed3 100644 --- a/src/debugfile.c +++ b/src/debugfile.c @@ -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); }