summaryrefslogtreecommitdiff
path: root/emulators/xmess/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmess/patches/patch-ab')
-rw-r--r--emulators/xmess/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/xmess/patches/patch-ab b/emulators/xmess/patches/patch-ab
deleted file mode 100644
index 6da96c0ad6f..00000000000
--- a/emulators/xmess/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.14 2004/04/02 18:47:39 kristerw Exp $
-
---- src/unix/video-drivers/x11_window.c.orig 2004-03-27 02:15:43.000000000 +0100
-+++ src/unix/video-drivers/x11_window.c 2004-03-27 02:17:58.000000000 +0100
-@@ -912,8 +912,8 @@
- /* else we have failed clean up before retrying without MITSHM */
- shmdt ((char *) scaled_buffer_ptr);
- scaled_buffer_ptr = NULL;
-- XDestroyImage (image);
-- image = NULL;
-+ XFree(xvimage);
-+ xvimage = NULL;
- }
- }
- fprintf (stderr_file, "Failed\nReverting to normal XPutImage() mode\n");