[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: actually commit the right change
From: |
Gavin D. Smith |
Subject: |
branch master updated: actually commit the right change |
Date: |
Fri, 17 Nov 2023 13:48:22 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 17b263f1bc actually commit the right change
17b263f1bc is described below
commit 17b263f1bccb3de3c85c0d1d169585ce13cbb00a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Nov 17 18:48:15 2023 +0000
actually commit the right change
---
tp/texi2any.pl | 2 --
tp/texi2any.supp | 20 +++-----------------
2 files changed, 3 insertions(+), 19 deletions(-)
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index 0781033eb7..6309fd2edc 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -25,8 +25,6 @@ require 5.00405;
use strict;
-use Perl::Destruct::Level level=>1;
-
# Through rules in Makefile.am, directory paths set through configure are
# substituted directly in strings in the code, for example
# my $datadir = '@datadir@';
diff --git a/tp/texi2any.supp b/tp/texi2any.supp
index 03ad26eca8..cfd2931a1e 100644
--- a/tp/texi2any.supp
+++ b/tp/texi2any.supp
@@ -1,28 +1,14 @@
# valgrind suppression file for texi2any
# Errors output due to use of setenv in XS module. Fixed in Perl 5.38.
-# See <https://github.com/Perl/perl5/issues/19399>.
+# See <https://github.com/Perl/perl5/issues/19399> and
+# <https://rt.cpan.org/Public/Bug/Display.html?id=140138>.
{
before-perl-5.38/A
Memcheck:Free
fun:free
- fun:tdestroy_recurse
- fun:tdestroy_recurse
- fun:tdestroy_recurse
- fun:tdestroy
- fun:free_mem
- fun:__libc_freeres
- fun:_vgnU_freeres
- fun:__run_exit_handlers
- fun:exit
- fun:main
-}
-
-{
- before-perl-5.38/B
- Memcheck:Free
- fun:free
+ ...
fun:tdestroy_recurse
fun:tdestroy
fun:free_mem
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: actually commit the right change,
Gavin D. Smith <=