mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33:31 +03:00
lib/unit tests: add missing curl_global_cleanup() calls
This commit is contained in:
parent
5808144f3c
commit
75f7ab28d2
16 changed files with 85 additions and 51 deletions
|
|
@ -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]$//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue