1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 16:21:12 +00:00

Merge pull request #1265 from tankbusta/fix/opencl_destroy_free

Allow OpenCL devices to be destroyed
This commit is contained in:
Jens Steube 2017-05-31 10:35:34 +02:00 committed by GitHub
commit 1d93cfd11a

View File

@ -1216,8 +1216,8 @@ int hashcat_session_destroy (hashcat_ctx_t *hashcat_ctx)
induct_ctx_destroy (hashcat_ctx);
logfile_destroy (hashcat_ctx);
loopback_destroy (hashcat_ctx);
opencl_ctx_destroy (hashcat_ctx);
opencl_ctx_devices_destroy (hashcat_ctx);
opencl_ctx_destroy (hashcat_ctx);
outcheck_ctx_destroy (hashcat_ctx);
outfile_destroy (hashcat_ctx);
pidfile_ctx_destroy (hashcat_ctx);