1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 08:38:09 +00:00

Fix benchmark crashing

This commit is contained in:
jsteube 2016-09-21 23:56:56 +02:00
parent 1cc4358820
commit 458d6b37f9

View File

@ -4547,6 +4547,8 @@ int opencl_session_destroy (opencl_ctx_t *opencl_ctx)
return -1;
}
memset (device_param, 0, sizeof (hc_device_param_t));
}
return 0;