lib/unit tests: add missing curl_global_cleanup() calls

This commit is contained in:
Daniel Stenberg 2021-01-05 00:03:31 +01:00
parent 5808144f3c
commit 75f7ab28d2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
16 changed files with 85 additions and 51 deletions

View file

@ -36,11 +36,13 @@ nothing
# Verify data after the test has been "shot"
<verify>
<file name="log/memdump">
MEM easy.c: malloc()
MEM lib558.c: malloc()
MEM lib558.c: free()
MEM dynbuf.c: realloc()
MEM dynbuf.c: realloc()
MEM escape.c: free()
MEM easy.c: free()
</file>
<stripfile>
s/^MEM escape.c:\d+ free\(\(nil\)\)[\n]$//