diff options
author | nyamatongwe <devnull@localhost> | 2005-07-22 13:23:37 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-07-22 13:23:37 +0000 |
commit | c7cf7e337b006a393326004348df2eecca3fab84 (patch) | |
tree | b211f33786e15856b61b0203d91b80bd05848199 | |
parent | bf2391c49538127ffd4df3382b71822d17113015 (diff) | |
download | scintilla-mirror-c7cf7e337b006a393326004348df2eecca3fab84.tar.gz |
Ensure all pixmaps released.
-rw-r--r-- | src/Editor.cxx | 1 |
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() { |