diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-05 00:03:31 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-06 15:13:45 +0100 |
commit | 75f7ab28d20ba0d099e23568109f3f3e6cd95d1b (patch) | |
tree | 65b0a65995d5f3bf378d8b67b7455a3157228502 /tests/data/test558 | |
parent | 5808144f3cd25e931a352f39f85ad534e838f96c (diff) | |
download | curl-75f7ab28d20ba0d099e23568109f3f3e6cd95d1b.tar.gz |
lib/unit tests: add missing curl_global_cleanup() calls
Diffstat (limited to 'tests/data/test558')
-rw-r--r-- | tests/data/test558 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test558 b/tests/data/test558 index f313e813a..d1ff65608 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -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]$// |