home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / windows / x / 20230 < prev    next >
Encoding:
Text File  |  1992-12-15  |  848 b   |  24 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!noc.near.net!gateway!miki!oj
  3. From: oj@miki.pictel.com (Oliver Jones)
  4. Subject: Re: XSetRegion memory leak
  5. Message-ID: <1992Dec15.151342.2444@miki.pictel.com>
  6. Organization: PictureTel Corporation
  7. References: <1992Dec10.223039.24717@mr.med.ge.com>
  8. Date: Tue, 15 Dec 1992 15:13:42 GMT
  9. Lines: 13
  10.  
  11. In article <1992Dec10.223039.24717@mr.med.ge.com> carl@crazyman.med.ge.com (Carl Crawford) writes:
  12.  
  13. > it is my impression that XSetRegion eventually
  14. >creates a 1-bit pixmap. do i need to free this bit map after repainting
  15. >the damaged area? 
  16.  
  17. If XSetRegion creates a pixmap it will be 
  18. hidden in the server, and "none of your business"
  19. from the client.  The server should take care if it.
  20.  
  21. You do need to take care to manage the creation and deletion of your
  22. Region data structures in your client, of course.
  23.  
  24.