aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-02-24 04:08:34 +0000
committernyamatongwe <unknown>2001-02-24 04:08:34 +0000
commit67d59fc21686b1fdea6afdac6e9b8cc75d629d6a (patch)
tree416dc82d2d987b3018359ca7b0409dc20b3d3945 /src
parente935c462c525caaa9bf508109e791a80d5de5588 (diff)
downloadscintilla-mirror-67d59fc21686b1fdea6afdac6e9b8cc75d629d6a.tar.gz
Fixed font leak.
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;