-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
-
all platforms
-
4859880f3bac7dd819839e014a019326c8dfd5ac
The following file causes a memory leak:
examples/tools/undoframework/mainwindow.cpp
The offending line is:
undoStack = new QUndoStack();
Change to
undoStack = new QUndoStack(this);