mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-23 13:02:06 +00:00
opencl_ctx_devices_destroy should be before opencl_ctx_destroy
This commit is contained in:
parent
23b5e7f10e
commit
4c45939aa7
@ -1216,8 +1216,8 @@ int hashcat_session_destroy (hashcat_ctx_t *hashcat_ctx)
|
|||||||
induct_ctx_destroy (hashcat_ctx);
|
induct_ctx_destroy (hashcat_ctx);
|
||||||
logfile_destroy (hashcat_ctx);
|
logfile_destroy (hashcat_ctx);
|
||||||
loopback_destroy (hashcat_ctx);
|
loopback_destroy (hashcat_ctx);
|
||||||
opencl_ctx_destroy (hashcat_ctx);
|
|
||||||
opencl_ctx_devices_destroy (hashcat_ctx);
|
opencl_ctx_devices_destroy (hashcat_ctx);
|
||||||
|
opencl_ctx_destroy (hashcat_ctx);
|
||||||
outcheck_ctx_destroy (hashcat_ctx);
|
outcheck_ctx_destroy (hashcat_ctx);
|
||||||
outfile_destroy (hashcat_ctx);
|
outfile_destroy (hashcat_ctx);
|
||||||
pidfile_ctx_destroy (hashcat_ctx);
|
pidfile_ctx_destroy (hashcat_ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user