salem@THINK.COM (09/03/89)
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
rws@EXPO.LCS.MIT.EDU (Bob Scheifler) (09/05/89)
There will be an XrmDestroyDatabase() function in R4.