|
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; */
}
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 | Web FAQs | Documents | RFC Index ] Send corrections/additions to the FAQ Maintainer: ware@cis.ohio-state.edu
Last Update November 21 2011 @ 01:00 PM
|
