diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-20 21:59:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-20 21:59:01 +0100 |
commit | 163e393444f77ac697eb74580355b3c70c1c7800 (patch) | |
tree | a51059d7a53f3353f33e07cca3699ae4b8d6da76 /dw/alignedtextblock.cc | |
parent | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (diff) |
RTFL messages.
Diffstat (limited to 'dw/alignedtextblock.cc')
-rw-r--r-- | dw/alignedtextblock.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/alignedtextblock.cc b/dw/alignedtextblock.cc index 0d910c93..24dab2e8 100644 --- a/dw/alignedtextblock.cc +++ b/dw/alignedtextblock.cc @@ -81,6 +81,7 @@ void AlignedTextblock::setRefTextblock (AlignedTextblock *ref) AlignedTextblock::~AlignedTextblock() { list->unref (listPos); + DBG_OBJ_DELETE (); } void AlignedTextblock::updateValue () |