Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "205) TOPIC: MEMORY AND SPEED"
Next document is "207) What memory leaks are known? Why does my application grow in"
206) When can I free data structures passed to or retrieved from
Motif?
Answer:
In most cases, especially for XmStrings and XmFontLists, Motif copies data
passed to it or retrieved from it, so it may be freed immediately. Server-
side resources, such as pixmaps and color cells, however, are not copied, so
should not be freed. More recent versions of Motif are better than earlier
versions and exceptions should be documented.
Ken Lee, http://www.rahul.net/kenton/
Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "205) TOPIC: MEMORY AND SPEED"
Next document is "207) What memory leaks are known? Why does my application grow in"