aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib511.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib511.c')
-rw-r--r--tests/libtest/lib511.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/libtest/lib511.c b/tests/libtest/lib511.c
index 4afb1dc9f..c0861a053 100644
--- a/tests/libtest/lib511.c
+++ b/tests/libtest/lib511.c
@@ -9,7 +9,6 @@ int test(char *URL)
curl_easy_setopt(curl, CURLOPT_NOBODY, 1);
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
res = curl_easy_perform(curl);
- curl_easy_cleanup(curl);
+ curl_easy_cleanup(curl);
return (int)res;
}
-