aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CallTip.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CallTip.cxx b/src/CallTip.cxx
index 3483f89c1..b4e6b2da7 100644
--- a/src/CallTip.cxx
+++ b/src/CallTip.cxx
@@ -29,6 +29,7 @@ CallTip::CallTip() {
}
CallTip::~CallTip() {
+ font.Release();
wCallTip.Destroy();
delete []val;
val = 0;