On 27-Mar-01 at 17:23, Alexander Mai ([EMAIL PROTECTED]) wrote:
> XmImGetXIC() most of the time creates/gets an XIM
> by XOpenIM(). This is not XClosedIM()ed and seems
> to contribute to leak e.g. for Text widgets
> (the initial caller from this side _XmTextSetEditable();
> we lack to clean up properly when the widget is being destroyed).
> 
> This way I noticed that our leak checks for specific widgets
> are too simple: we should not only create them, but Realize the
> whole stuff?!

This is true. But if we can't pass a create/destroy without the realize, there
is no way we are going to pass _with_ a realize. I have also noticed a couple
of "leaks" with OM that seem to come from the underlying XIM stuff.


> 
> 
> -- 
> Alexander Mai
> [EMAIL PROTECTED]
> 
> 

Reply via email to