aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-01 21:26:25 +0100
committerSebastian Geerken <devnull@localhost>2014-03-01 21:26:25 +0100
commit975ba73389d2de0cd2bb50183bd988eab6ba0e06 (patch)
tree67947a7e22dd049685dc034223c212e2ae14c902 /dw/ui.cc
parent6369c18d186d52f0f3f5082ff6c9fdcf5c9285d1 (diff)
parent8818cda9ca4e4c19c4c5fcee68460d5ba0cd5ba2 (diff)
Merge with main repo.
Diffstat (limited to 'dw/ui.cc')
-rw-r--r--dw/ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/ui.cc b/dw/ui.cc
index 17cf2288..d571599c 100644
--- a/dw/ui.cc
+++ b/dw/ui.cc
@@ -44,6 +44,7 @@ Embed::Embed(Resource *resource)
Embed::~Embed()
{
delete resource;
+ DBG_OBJ_DELETE ();
}
void Embed::sizeRequestImpl (Requisition *requisition)