Holger Freyther
2011-09-28 08:50:41 UTC
Hi,
it appears to me that the EventDispatcher and FontDatabase are leaked
on exit (even on the XCB plugin). Is there any plan to resolve that?
On a different and more directFB specific note, the input handling
appears in a thread and this thread is only torn down in the dtor of
the QDirectFBIntegration class. This can lead to the effect that some
more events have been posted to the QApplication event queue. Could we
add a function to the QPlatformIntegration to stop processing events
before we start to destruct it, alternatively one could just flush
the queue on exit?
comments
h
it appears to me that the EventDispatcher and FontDatabase are leaked
on exit (even on the XCB plugin). Is there any plan to resolve that?
On a different and more directFB specific note, the input handling
appears in a thread and this thread is only torn down in the dtor of
the QDirectFBIntegration class. This can lead to the effect that some
more events have been posted to the QApplication event queue. Could we
add a function to the QPlatformIntegration to stop processing events
before we start to destruct it, alternatively one could just flush
the queue on exit?
comments
h