Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!ucsd!usc!bbn.com!koolish From: koolish@bbn.com (Dick Koolish) Newsgroups: comp.windows.x Subject: image memory deallocation Message-ID: <55815@bbn.BBN.COM> Date: 7 May 90 15:48:53 GMT Sender: news@bbn.com Lines: 5 It is my impression that when I call XCreateImage that the 'data' parameter points to image memory that I must allocate. O'Reilly Vol 2 states that for XDestroyImage that it deallocates the image memory as well as the XImage structure. Does it really deallocate the image memory?