mirror of
https://github.com/curl/curl.git
synced 2026-05-14 07:26:19 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue