Skip to content

Commit 2fd746f

Browse files
Philippe GilAnthonyLeonardoGracio
authored andcommitted
Suppress Ada.Environment_Variables.Set known memory leak report
1 parent 0c05a04 commit 2fd746f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

testsuite/leaks.supp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,12 @@
8383
fun:libadalang__implementation__c___elabb
8484
fun:adalanginit
8585
}
86+
87+
{
88+
Suppress Ada.Environment_Variables.Set known memory leak report
89+
Memcheck:Leak
90+
match-leak-kinds: definite
91+
fun:malloc
92+
fun:__gnat_setenv
93+
fun:ada__environment_variables__set
94+
}

0 commit comments

Comments
 (0)