Bug 21974 - XrmSetDatabase should reset XlibDisplayDfltRMDB unconditionally
Summary: XrmSetDatabase should reset XlibDisplayDfltRMDB unconditionally
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xlib (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard: 2011BRB_Reviewed
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 18:08 UTC by YAMAMOTO Mitsuharu
Modified: 2018-06-12 19:09 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description YAMAMOTO Mitsuharu 2009-05-27 18:08:39 UTC
IIUC, calling XrmSetDatabase(display, database) means the `database' is owned by the caller and it's responsible for freeing the newly associated database when it becomes no longer necessary.
Then, I think XrmSetDatabase should reset the XlibDisplayDfltRMDB flag even if display->db is previously set to NULL so it may not be destroyed by the next XrmSetDatabase or XCloseDisplay call.
A concrete problem in an application can be found at http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-05/msg00633.html .
Comment 1 Adam Jackson 2018-06-12 19:09:00 UTC
Mass closure: This bug has been untouched for more than six years, and is not
obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.