From 920f9ec127c0c7bbf5e6e0d8375cafed987dae60 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Mon, 22 Apr 2019 19:07:11 +0800 Subject: [PATCH] Remove redundant releaseOutputStream call in printf (#217) --- test_conformance/printf/test_printf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_conformance/printf/test_printf.c b/test_conformance/printf/test_printf.c index b10e1acd..1f525983 100644 --- a/test_conformance/printf/test_printf.c +++ b/test_conformance/printf/test_printf.c @@ -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;