[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

Single Page

Top Document: comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Previous Document: 41. Is this a memory leak in the X11R4 XtDestroyWidget()?!
Next Document: 43. How do I query the user synchronously using Xt?


42. Is this a memory leak in the X11R4 deletion of work procs?!


----------------------------------------------------------------------

Apparently the X11R4 NextEvent.c`CallWorkProc fails to properly replace
the work proc record back on the free list correctly.

        if (delete) {
            w->next = freeWorkRecs;
            freeWorkRecs = w->next;	/* should be  =w; */
        }



Top Document: comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Previous Document: 41. Is this a memory leak in the X11R4 XtDestroyWidget()?!
Next Document: 43. How do I query the user synchronously using Xt?

Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
ware@cis.ohio-state.edu

Last Update October 12 2008 @ 00:10 AM

© 2008 FAQS.ORG. All rights reserved.