diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-21 13:31:52 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-21 13:31:52 +0100 |
commit | f88732b807281ac94e4dc6575daf9d2a13905eb0 (patch) | |
tree | 4ea3938e633dc2fca0ce90ae65369a01478b189a /dw/image.cc | |
parent | 86d34443bb7ccd374b685b72c79682faabd2c0af (diff) |
Some more RTFL messages.
Diffstat (limited to 'dw/image.cc')
-rw-r--r-- | dw/image.cc | 2 |
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 (); } |