Blob Blame History Raw
From 04dcc5fc55258cdd4674db496d8519d4d8c51b30 Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Tue, 10 Nov 2020 11:52:39 -0500
Subject: [PATCH] Don't attempt to destruct perl interpreter at exit

---
 src/rxvtperl.xs | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
index 9c75aad..d66c452 100644
--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -374,12 +374,7 @@ static PerlInterpreter *perl;
 
 rxvt_perl_interp::~rxvt_perl_interp ()
 {
-  if (perl)
-    {
-      perl_destruct (perl);
-      perl_free (perl);
-      PERL_SYS_TERM ();
-    }
+    // http://lists.schmorp.de/pipermail/rxvt-unicode/2020q2/002583.html
 }
 
 void
-- 
2.28.0