Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: Free data from XGetWindowProperty Message-ID: <8906200215.AA00170@expire.lcs.mit.edu> Date: 20 Jun 89 02:15:11 GMT References: <216500009@s.cs.uiuc.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 14 Should you Xfree() if the XGetWindowProperty() calls returns a non-Success value? No. Also, on a related topic, XLoadQueryFont() returns a structure that should be freed. Can I use XFree on it? No, use XFreeFont. The manual (11.3) says to use XFreeFontInfo() My version of the manual says XFreeFont. Please cite chapter and verse.