Remove redundant releaseOutputStream call in printf (#217)

This commit is contained in:
Wenju He
2019-04-22 19:07:11 +08:00
committed by Kévin Petit
parent d3d302187f
commit 920f9ec127

View File

@@ -993,8 +993,6 @@ int main(int argc, const char* argv[])
if(clReleaseContext(gContext)!= CL_SUCCESS)
log_error("clReleaseContext\n");
releaseOutputStream(gFd);
free(argList);
return err;