home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!darwin.sura.net!uvaarpa!murdoch!clas01!finnm
- From: finnm@clas01.cebaf.gov (Michael Finn)
- Subject: Memory Leaks with X...
- Message-ID: <1992Jul27.193547.24663@murdoch.acc.Virginia.EDU>
- Sender: usenet@murdoch.acc.Virginia.EDU
- Reply-To: finnm@clas01.cebaf.gov (Michael Finn)
- Organization: CEBAF (Continuous Electron Beam Accelerator Facility)
- Date: Mon, 27 Jul 1992 19:35:47 GMT
- Lines: 39
-
- Hi,
- We are having a problem with an X11R4/Motif Application we have
- written which is heavily graphics intensive. We have a Memory leak we
- cannot track down and are looking for suggestions on ways to find it, or
- what it might be.
-
- Another Question along this line that we have relates to Regions
- in X11. There is a descrepancy between the way Young and O'Reilly say
- XIntersectRegion work. An Example in Young's "X Window Systems Programming
- and Applications with Xt" shows the region intersection in the Line:
- XIntersectRegion(region1, region2, intersection);
- to be created in the routine. O'Reilly does not say where this region is
- created. In practice it appears that the region intersection must be
- created with the Line:
- intersection = XCreateRegion();
- The gist of my question is, what routines will create a passed
- region and what routines require me to create the passes region. Any
- information on this and other places in X which could account for our
- bleeding memory are greatly welcomed.
-
-
- - Mike Finn
- finnm@clas01.cebaf.gov
-
- +----------------------------------------------------------------------------+
- | Michael P. Finn | Insert Generic Lame Joke Here ||
- | finnm@clas01.cebaf.gov | ||
- | CEBAF Hall B Software |-------------------------------------------------||
- | Working Group | Disclaimer: My words do not represent anything ||
- +--------------------------\ Whether it be animal, vegetable, ||
- +--------------------------\ Mineral, or wearing a suit. ||
- +-----------------------------------------------+|
- +-----------------------------------------------;
-
-
-
-
-
-
-