1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
Marcel Raad 2020-08-02 15:41:49 +02:00
parent 06bc9b388e
commit 87e0fcfe5c
No known key found for this signature in database
GPG Key ID: 9D24FF0262C36959
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>