mirror of
https://github.com/curl/curl.git
synced 2026-07-25 22:27:15 +03:00
examples: call curl_global_cleanup() where missing
Reported-by: Joshua Rogers (for `sepheaders.c`) Closes #19051
This commit is contained in:
parent
497b3f022e
commit
5cf0a6789d
8 changed files with 19 additions and 0 deletions
|
|
@ -360,6 +360,9 @@ int main(int argc, char *argv[])
|
|||
conf_init(conf);
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
|
||||
curl_global_cleanup();
|
||||
|
||||
return RetValue;
|
||||
}
|
||||
#endif /* CURL_WINDOWS_UWP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue