Package: libwx-perl
Version: 1:0.9923-4
Severity: important
Tags: patch

Dear Maintainer,

The Wx::Timer class leaks 1 scalar for every timer event. As these may me
triggered at millisecond intervals, this may cause problems where developers
nake extensive use of Wx::Timer. The problem was fixed in WX 0.9928.The patch
applioed there is attached.

Please consider applying it to the stable package.



-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Index: XS/Timer.xs
===================================================================
--- XS/Timer.xs	(revision 3543)
+++ XS/Timer.xs	(revision 3544)
@@ -94,3 +94,7 @@
 void
 wxTimer::Stop()
 
+void
+wxTimer::Notify()
+  CODE:
+    THIS->wxTimer::Notify();
Index: XS/Timer.xs
===================================================================
--- XS/Timer.xs	(revision 3543)
+++ XS/Timer.xs	(revision 3544)
@@ -94,3 +94,7 @@
 void
 wxTimer::Stop()
 
+void
+wxTimer::Notify()
+  CODE:
+    THIS->wxTimer::Notify();
Index: XS/Timer.xs
===================================================================
--- XS/Timer.xs	(revision 3543)
+++ XS/Timer.xs	(revision 3544)
@@ -94,3 +94,7 @@
 void
 wxTimer::Stop()
 
+void
+wxTimer::Notify()
+  CODE:
+    THIS->wxTimer::Notify();
Index: XS/Timer.xs
===================================================================
--- XS/Timer.xs	(revision 3543)
+++ XS/Timer.xs	(revision 3544)
@@ -94,3 +94,7 @@
 void
 wxTimer::Stop()
 
+void
+wxTimer::Notify()
+  CODE:
+    THIS->wxTimer::Notify();
Index: XS/Timer.xs
===================================================================
--- XS/Timer.xs	(revision 3543)
+++ XS/Timer.xs	(revision 3544)
@@ -94,3 +94,7 @@
 void
 wxTimer::Stop()
 
+void
+wxTimer::Notify()
+  CODE:
+    THIS->wxTimer::Notify();
Index: XS/Timer.xs
===================================================================
--- XS/Timer.xs	(revision 3543)
+++ XS/Timer.xs	(revision 3544)
@@ -94,3 +94,7 @@
 void
 wxTimer::Stop()
 
+void
+wxTimer::Notify()
+  CODE:
+    THIS->wxTimer::Notify();

Reply via email to