[fifechan] 01/02: Add segfault-quit-game.patch.

Markus Koschany apo at moszumanska.debian.org
Mon Jan 23 18:42:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository fifechan.

commit 93b4b144186275b8dadb1f2cc2c51fb8d97f878f
Author: Markus Koschany <apo at debian.org>
Date:   Mon Jan 23 19:27:13 2017 +0100

    Add segfault-quit-game.patch.
    
    Closes: #852247
---
 debian/patches/segfault-quit-game.patch | 23 +++++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/segfault-quit-game.patch b/debian/patches/segfault-quit-game.patch
new file mode 100644
index 0000000..9e39570
--- /dev/null
+++ b/debian/patches/segfault-quit-game.patch
@@ -0,0 +1,23 @@
+From: Markus Koschany <apo at debian.org>
+Date: Mon, 23 Jan 2017 19:26:28 +0100
+Subject: segfault quit game
+
+Bug-Debian: https://bugs.debian.org/852247
+Bug-Upstream: https://github.com/fifengine/fifechan/issues/45
+Origin: https://github.com/fifengine/fifechan/commit/9bceb0c137077361f6e7d9c0fb334ee700cae43e
+---
+ src/gui.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/gui.cpp b/src/gui.cpp
+index 158641b..f93e439 100644
+--- a/src/gui.cpp
++++ b/src/gui.cpp
+@@ -131,6 +131,7 @@ namespace fcn
+         {
+             setTop(NULL);
+         }
++        Widget::_setVisibilityEventHandler(NULL);
+         Widget::_setGuiDeathListener(NULL);
+ 
+         delete mFocusHandler;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..197c6c8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+segfault-quit-game.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fifechan.git



More information about the Pkg-games-commits mailing list