mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
TrackMemory tests: ignore realloc and free in getenv.c
These are only called for WIN32. Closes https://github.com/curl/curl/pull/5767
This commit is contained in:
parent
06bc9b388e
commit
87e0fcfe5c
@ -41,6 +41,8 @@ s/\(.*\)/()/
|
||||
s/:\d+/:/
|
||||
s:^(MEM )(.*/)(.*):$1$3:
|
||||
s/\r\n/\n/
|
||||
s/^MEM getenv.c: realloc\(\)[\n]$//
|
||||
s/^MEM getenv.c: free\(\)[\n]$//
|
||||
</stripfile>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
@ -49,6 +49,8 @@ s/\(.*\)/()/
|
||||
s/:\d+/:/
|
||||
s:^(MEM |FD )(.*/)(.*):$1$3:
|
||||
s/\r\n/\n/
|
||||
s/^MEM getenv.c: realloc\(\)[\n]$//
|
||||
s/^MEM getenv.c: free\(\)[\n]$//
|
||||
</stripfile>
|
||||
</verify>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user