aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-07-22 13:23:37 +0000
committernyamatongwe <unknown>2005-07-22 13:23:37 +0000
commit2065f65ab75293447f095492abad1990d0978527 (patch)
treeb211f33786e15856b61b0203d91b80bd05848199 /src
parent2311a1b2cbc6cbe1d6918df05ba7cacde5e16ab4 (diff)
downloadscintilla-mirror-2065f65ab75293447f095492abad1990d0978527.tar.gz
Ensure all pixmaps released.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index d81e5aa00..170a376ba 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -452,6 +452,7 @@ void Editor::DropGraphics() {
pixmapSelMargin->Release();
pixmapSelPattern->Release();
pixmapIndentGuide->Release();
+ pixmapIndentGuideHighlight->Release();
}
void Editor::InvalidateStyleData() {