Skip to content

Commit 6c63602

Browse files
Revert "Revert "Suppress Ada.Environment_Variables.Set known memory leak report""
This reverts commit e07494e.
1 parent f47b821 commit 6c63602

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)