diff options
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/tests/.valgrind.supp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/src/tests/.valgrind.supp b/cpp/src/tests/.valgrind.supp index 35b83fdec6..14fe8c18e9 100644 --- a/cpp/src/tests/.valgrind.supp +++ b/cpp/src/tests/.valgrind.supp @@ -245,3 +245,11 @@ fun:(below main) } +{ + Seems like a use after delete issue in boost unit_test + Memcheck:Addr4 + fun:_ZN5boost9unit_test14framework_implD1Ev + fun:exit + fun:(below main) +} + |
