mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove redundant releaseOutputStream call in printf (#216)
This commit is contained in:
@@ -1032,8 +1032,6 @@ int main(int argc, char* argv[])
|
||||
if(clReleaseContext(gContext)!= CL_SUCCESS)
|
||||
log_error("clReleaseContext\n");
|
||||
|
||||
releaseOutputStream(gFd);
|
||||
|
||||
|
||||
free(argList);
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user