aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib570.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib570.c')
-rw-r--r--tests/libtest/lib570.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libtest/lib570.c b/tests/libtest/lib570.c
index 93ccab8ea..178f58f96 100644
--- a/tests/libtest/lib570.c
+++ b/tests/libtest/lib570.c
@@ -102,9 +102,7 @@ int test(char *URL)
}
test_cleanup:
-
- if(stream_uri)
- free(stream_uri);
+ free(stream_uri);
curl_easy_cleanup(curl);
curl_global_cleanup();