PROBLEM: (USG-00572 and QAR 51941) (Patch ID: OSFX11-400015) ******** Motif applications may abort when you use the drag-and-drop feature. Motif toolkit function XmCreateDragIcon() gets a "BadMatch (invalid parameter attributes)" error and then crashes because the code fails to set the correct image dimensions. PROBLEM: (MGO102524) (Patch ID: OSFX11-400020) ******** The Motif text widget is afflicted with a memory leak. A small amount of dynamic memory is lost each time the colors are changed using XtVaSetValues(). PROBLEM: (TKTQ30917) (Patch ID: OSF405X11-009) ******** This patch fixes a small memory leak in the Motif text widget. When the value of a text widget's XmNeditable resource is changed, the widget allocates a small amount of memory which it fails to free when it is done with it. A symptom of this problem is that applications that use the Motif text widget, such as the console log window, dxconsole, may slowly grow over time. PROBLEM: (QAR 49416) (Patch ID: OSF405X11-010) ******** This patch fixes the motif tear off menu core dump problem. The problem is seen when the tear off menu from a pulldown menu is closed/destroyed because a check is not being make to verify whether the shell is being destroyed or not.