aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-02-24 04:08:34 +0000
committernyamatongwe <devnull@localhost>2001-02-24 04:08:34 +0000
commit82027cf284a076832be17903ef7ab7ec81529974 (patch)
tree416dc82d2d987b3018359ca7b0409dc20b3d3945 /src
parent4cce8d7a80da3fb7b1314cfc299d4867a9a9e060 (diff)
downloadscintilla-mirror-82027cf284a076832be17903ef7ab7ec81529974.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;