From: Richard M. Stallman Date: Sat, 5 Aug 1995 00:57:17 +0000 (+0000) Subject: (x_delete_display) [AIX]: Don't call XRmDestroyDatabase. X-Git-Tag: emacs-19.34~3089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d777288c38c561590fd2a5b46771e35646832ad;p=emacs.git (x_delete_display) [AIX]: Don't call XRmDestroyDatabase. --- 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);