From e9617ed58c0933d08e3b5dcae7a4c7ceccd77ac1 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Mon, 22 Apr 2019 19:06:57 +0800 Subject: [PATCH] Remove redundant releaseOutputStream call in printf (#216) --- 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 8cb1f281..928cffc8 100644 --- a/test_conformance/printf/test_printf.c +++ b/test_conformance/printf/test_printf.c @@ -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;