Fix benchmark crashing

pull/518/head
jsteube 8 years ago
parent 1cc4358820
commit 458d6b37f9

@ -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;

Loading…
Cancel
Save