Georg Baum wrote:
Am Samstag, 27. Mai 2006 15:20 schrieb Abdelrazak Younes:
Another idea... Maybe the QApplication destruction is happening too soon in the exit process, this patch remove the QLApplication destructor.

This was the right idea. The 'static' LQApplication changed the destruction order in a way qt does not like. The attached patch fixes this. Please take ownership of this and commit a suitable fix.


+       delete app;

Is this necessary?

Reply via email to