From 0d777288c38c561590fd2a5b46771e35646832ad Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 5 Aug 1995 00:57:17 +0000 Subject: [PATCH] (x_delete_display) [AIX]: Don't call XRmDestroyDatabase. --- src/xterm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 89b7bf90529..a88cba5ea10 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6027,10 +6027,11 @@ x_delete_display (dpyinfo) tail->next = tail->next->next; } -#ifndef USE_X_TOOLKIT - /* I'm told Xt does this itself. */ +#ifndef USE_X_TOOLKIT /* I'm told Xt does this itself. */ +#ifndef AIX /* On AIX, XCloseDisplay calls this. */ XrmDestroyDatabase (dpyinfo->xrdb); #endif +#endif #ifdef MULTI_KBOARD if (--dpyinfo->kboard->reference_count == 0) delete_kboard (dpyinfo->kboard); -- 2.39.2