Path: utzoo!attcan!uunet!wuarchive!brutus.cs.uiuc.edu!apple!bloom-beacon!THINK.COM!salem From: salem@THINK.COM Newsgroups: comp.windows.x Subject: Freeing a XrmDatabase Message-ID: <8909021841.AA21878@prometheus.think.com> Date: 2 Sep 89 18:41:13 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 12 While several functions create and return XrmDatabase structures. There seems to be no way to free them via Xlib. I have an application with no hard upper bound on the number of windows it may open on various X servers. For each server I must read in the WM resource database. Since there is no way to free the structures there is no hard upper bound on the amount of garbage I will create. This seems like a bug. Is there a work around ? -- jim