aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-05 23:52:38 +0100
committerSebastian Geerken <devnull@localhost>2014-03-05 23:52:38 +0100
commitc83427057a2f189cc8b237cfd35153d0f4ec6ae6 (patch)
tree1b22fa0701ed81bd7e7af343844291c22d39dde8 /dw/outofflowmgr.cc
parent5c4a66154f8a032371b70de6322e35f792ef756e (diff)
Floats (and other OOF widgets) are now removed properly.
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r--dw/outofflowmgr.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc
index 8df844a1..f3a89ef2 100644
--- a/dw/outofflowmgr.cc
+++ b/dw/outofflowmgr.cc
@@ -498,6 +498,8 @@ OutOfFlowMgr::~OutOfFlowMgr ()
delete rightFloatsAll;
delete absolutelyPositioned;
+
+ DBG_OBJ_DELETE ();
}
void OutOfFlowMgr::sizeAllocateStart (Allocation *containingBlockAllocation)