mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:01:40 +03: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
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue