double free or corruption (out) when closing a QDialog with the WA_DeleteOnClose attribute set
Solved
General and Desktop
-
In terminal, "double free or corruption (out)" message is printed after the destructor has been called.
Update: Sorry for bothering you. I was having similar issue. I saw your post in stackoverflow and then my problem solved when I allocated my QMainWindow object in heap instead of the stack.
Many thanks!