diff options
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/thirdclean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/thirdclean b/Porting/thirdclean index c45de15617..86103f77fa 100644 --- a/Porting/thirdclean +++ b/Porting/thirdclean @@ -28,7 +28,7 @@ $leak[ 0] =~ s/.* were found:\n\n//m; # Snip off totals. # actual length. @accv = grep { ! /-- rih --.+(?:memmove|strcpy).+moreswitches/s } @accv; @accv = grep { ! /-- (?:rih|rus) --.+strcpy.+gv_fetchfile/s } @accv; -@accv = grep { ! /-- rih --.+strcmp.+doopen_pmc/s } @accv; +@accv = grep { ! /-- rih --.+strcmp.+doopen_pm/s } @accv; @accv = grep { ! /-- rih --.+strcmp.+gv_fetchpv/s } @accv; @accv = grep { ! /-- r[ui]h --.+strcmp.+gv_fetchmeth/s } @accv; @accv = grep { ! /-- rih --.+memmove.+my_setenv/s } @accv; |