summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/truerendercontrol.cc')
-rw-r--r--otk/truerendercontrol.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/otk/truerendercontrol.cc b/otk/truerendercontrol.cc
index 786a3b09..078cde5b 100644
--- a/otk/truerendercontrol.cc
+++ b/otk/truerendercontrol.cc
@@ -132,5 +132,7 @@ void TrueRenderControl::drawBackground(Surface& sf,
delete [] im->data;
im->data = NULL;
- XDestroyImage(im);}
+ XDestroyImage(im);
+}
+
}