home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!noc.near.net!gateway!miki!oj
- From: oj@miki.pictel.com (Oliver Jones)
- Subject: Re: XSetRegion memory leak
- Message-ID: <1992Dec15.151342.2444@miki.pictel.com>
- Organization: PictureTel Corporation
- References: <1992Dec10.223039.24717@mr.med.ge.com>
- Date: Tue, 15 Dec 1992 15:13:42 GMT
- Lines: 13
-
- In article <1992Dec10.223039.24717@mr.med.ge.com> carl@crazyman.med.ge.com (Carl Crawford) writes:
-
- > it is my impression that XSetRegion eventually
- >creates a 1-bit pixmap. do i need to free this bit map after repainting
- >the damaged area?
-
- If XSetRegion creates a pixmap it will be
- hidden in the server, and "none of your business"
- from the client. The server should take care if it.
-
- You do need to take care to manage the creation and deletion of your
- Region data structures in your client, of course.
-
-