aboutsummaryrefslogtreecommitdiff
path: root/dw/imgbuf.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-03-26 23:19:42 +0100
committerSebastian Geerken <devnull@localhost>2016-03-26 23:19:42 +0100
commit639fbbfd350e32ab128482078d83a05a3f208983 (patch)
tree892a23e6a757f3b23bc633d1342a031ea5efc19b /dw/imgbuf.hh
parentec1fc5e6aec8d4020eef89df8cf22235059ef11e (diff)
RTFL.
Diffstat (limited to 'dw/imgbuf.hh')
-rw-r--r--dw/imgbuf.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/imgbuf.hh b/dw/imgbuf.hh
index f9870bcf..e2b592e5 100644
--- a/dw/imgbuf.hh
+++ b/dw/imgbuf.hh
@@ -169,6 +169,10 @@ public:
DBG_OBJ_BASECLASS (lout::signal::ObservedObject);
}
+ inline ~Imgbuf () {
+ DBG_OBJ_DELETE ();
+ }
+
/*
* Methods called from the image decoding
*/