aboutsummaryrefslogtreecommitdiff
path: root/dw/image.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-12-21 13:31:52 +0100
committerSebastian Geerken <devnull@localhost>2013-12-21 13:31:52 +0100
commitf88732b807281ac94e4dc6575daf9d2a13905eb0 (patch)
tree4ea3938e633dc2fca0ce90ae65369a01478b189a /dw/image.cc
parent86d34443bb7ccd374b685b72c79682faabd2c0af (diff)
Some more RTFL messages.
Diffstat (limited to 'dw/image.cc')
-rw-r--r--dw/image.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/image.cc b/dw/image.cc
index 1421418e..74f96e57 100644
--- a/dw/image.cc
+++ b/dw/image.cc
@@ -437,6 +437,8 @@ void Image::setBuffer (core::Imgbuf *buffer, bool resize)
buffer->ref ();
}
+ DBG_OBJ_ASSOC_CHILD (this->buffer);
+
if (oldBuf)
oldBuf->unref ();
}