Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Section - 42. Is this a memory leak in the X11R4 deletion of work procs?!

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Sex offenders ]


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?
See reader questions & answers on this topic! - Help others by sharing your knowledge
----------------------------------------------------------------------

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; */
        }

User Contributions:

Comment about this article, ask questions, or add new information about this topic: