mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-27 02:18:21 +00:00
Fix benchmark crashing
This commit is contained in:
parent
1cc4358820
commit
458d6b37f9
@ -4547,6 +4547,8 @@ int opencl_session_destroy (opencl_ctx_t *opencl_ctx)
|
|||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
memset (device_param, 0, sizeof (hc_device_param_t));
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user