Remove redundant releaseOutputStream call in printf (#218)

This commit is contained in:
Wenju He
2019-04-22 19:07:26 +08:00
committed by Kévin Petit
parent 2668020fb7
commit 2c9ba4b352

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;