Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!ora!bloom-beacon!dont-send-mail-to-path-lines From: converse@expo.lcs.mit.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: Anybody have fixes for memory leaks in Athena Text Widgets? Message-ID: <9106281803.AA18445@xenon.lcs.mit.edu> Date: 28 Jun 91 18:03:02 GMT References: <554@plane.ukc.ac.uk> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 13 > I remember seeing a mention in this group, sometime last year, about > fixes for memory leaks in the Athena text widgets. Does anybody have a > copy of these? Will the fixes be in R5? I need to plug the holes! I don't know of a public patch for leaks in the Athena Text widget. In R5, the Text widget does not leak memory. Some of the leaks are relatively easy to find -- look for calls to XtMalloc and friends within the widget code, and look for corresponding calls to free in the destroy method. Donna Converse