mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05:00
test558: fix for multissl builds
vtls.c:multissl_init() might do a curl_free() call so strip that out to make this work with more builds. We just want to verify that memorytracking works so skipping one line is no harm.
This commit is contained in:
parent
da07dbb869
commit
87ddeee59b
@ -46,6 +46,7 @@ MEM strdup.c: realloc()
|
||||
MEM escape.c: free()
|
||||
</file>
|
||||
<stripfile>
|
||||
s/^MEM escape.c:\d+ free\(\(nil\)\)[\n]$//
|
||||
s/ =.*//
|
||||
s/\(.*\)/()/
|
||||
s/:\d+/:/
|
||||
|
Loading…
Reference in New Issue
Block a user