Merge pull request #1063 from philsmd/master

mem problem in OpenCL device management: free () the platforms string
pull/1064/head
Jens Steube 8 years ago committed by GitHub
commit 663235a02a

@ -192,6 +192,8 @@ static int setup_opencl_platforms_filter (hashcat_ctx_t *hashcat_ctx, const char
{
event_log_error (hashcat_ctx, "Invalid OpenCL platform %d specified", platform);
hcfree (platforms);
return -1;
}

Loading…
Cancel
Save