summaryrefslogtreecommitdiff
path: root/dw/image.cc
diff options
context:
space:
mode:
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 ();
}