aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-07-22 13:23:37 +0000
committernyamatongwe <devnull@localhost>2005-07-22 13:23:37 +0000
commitc7cf7e337b006a393326004348df2eecca3fab84 (patch)
treeb211f33786e15856b61b0203d91b80bd05848199 /src
parentbf2391c49538127ffd4df3382b71822d17113015 (diff)
downloadscintilla-mirror-c7cf7e337b006a393326004348df2eecca3fab84.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() {