mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Don't panic on encountering a LeakSupp.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1391
This commit is contained in:
@@ -410,6 +410,9 @@ Bool SK_(error_matches_suppression)(Error* err, Supp* su)
|
||||
case FreeSupp:
|
||||
return (ekind == FreeErr || ekind == FreeMismatchErr);
|
||||
|
||||
case LeakSupp:
|
||||
return False; /* Doesn't match any normal error */
|
||||
|
||||
default:
|
||||
VG_(printf)("Error:\n"
|
||||
" unknown suppression type %d\n",
|
||||
|
||||
Reference in New Issue
Block a user