Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/sun Apply upstream "free ...



details:   https://anonhg.NetBSD.org/xsrc/rev/1c738c822ee6
branches:  trunk
changeset: 10509:1c738c822ee6
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jul 24 02:20:20 2020 +0000

description:
Apply upstream "free the EQ allocated memory on shutdown" fixes.

This should be updated before 1.20 import:
 https://cgit.freedesktop.org/xorg/xserver/commit/?id=87d4f90bfcb509471ac9e7886e14a92b33223fd7

diffstat:

 external/mit/xorg-server/dist/hw/sun/sunInit.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r b2046ccd3f5c -r 1c738c822ee6 external/mit/xorg-server/dist/hw/sun/sunInit.c
--- a/external/mit/xorg-server/dist/hw/sun/sunInit.c    Thu Jul 23 18:14:36 2020 +0000
+++ b/external/mit/xorg-server/dist/hw/sun/sunInit.c    Fri Jul 24 02:20:20 2020 +0000
@@ -664,6 +664,7 @@
 void
 CloseInput(void)
 {
+    mieqFini();
 }
 
 #if SUNMAXDEPTH == 8



Home | Main Index | Thread Index | Old Index