summaryrefslogtreecommitdiff
path: root/dw/style.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-09-17 16:53:10 +0200
committerSebastian Geerken <devnull@localhost>2013-09-17 16:53:10 +0200
commit4a98456a5f0430c6f49a05cd85a941b3e705a336 (patch)
tree41a54a28da68d94764712591d067973364678843 /dw/style.cc
parent1dd550cc0b1b1a7afef91f0a22031d29e5e70ba8 (diff)
Fixed a problem in the test.
Diffstat (limited to 'dw/style.cc')
-rw-r--r--dw/style.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/style.cc b/dw/style.cc
index 160d0444..e443ab61 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -476,6 +476,8 @@ void StyleImage::StyleImgRenderer::drawRow (int row)
StyleImage::StyleImage ()
{
+ //printf ("new StyleImage %p\n", this);
+
refCount = 0;
imgbuf = NULL;
@@ -486,6 +488,8 @@ StyleImage::StyleImage ()
StyleImage::~StyleImage ()
{
+ //printf ("delete StyleImage %p\n", this);
+
if (imgbuf)
imgbuf->unref ();