Index: /trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp
===================================================================
--- /trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp	(revision 76218)
+++ /trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp	(revision 76219)
@@ -3157,5 +3157,5 @@
 {
     a_pCloseEvt->accept();
-    delete this;
+    delete this; /** @todo This is wrong! We get more events after this one and end up using memory after freeing it in vPolishSizeAndPos().  (Qt3 holdover?) */
 }
 
