Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit cf9e102

Browse files
committed
valgrind: update cmake suppression
1 parent bd5b404 commit cf9e102

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build/valgrind/custom.supp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -212,16 +212,6 @@
212212
...
213213
}
214214

215-
{
216-
CMake
217-
Memcheck:Leak
218-
match-leak-kinds: reachable
219-
fun:malloc
220-
obj:/home/marco/local/cmake-3.15.3-Linux-x86_64/bin/cmake
221-
obj:/home/marco/local/cmake-3.15.3-Linux-x86_64/bin/cmake
222-
obj:/home/marco/local/cmake-3.15.3-Linux-x86_64/bin/cmake
223-
}
224-
225215
{
226216
boost log 6
227217
Memcheck:Leak
@@ -321,3 +311,13 @@ fun:_Znwm
321311
fun:_ZN5boost3log12v2s_mt_posix4core14implementation15get_thread_dataEv
322312
...
323313
}
314+
315+
{
316+
CMake Leak
317+
Memcheck:Leak
318+
match-leak-kinds: reachable
319+
fun:malloc
320+
obj:/home/runner/work/_temp/412950619/cmake-3.24.3-linux-x86_64/bin/cmake
321+
obj:/home/runner/work/_temp/412950619/cmake-3.24.3-linux-x86_64/bin/cmake
322+
fun:(below main)
323+
}

0 commit comments

Comments
 (0)