diff options
author | nyamatongwe <devnull@localhost> | 2002-02-12 10:35:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-02-12 10:35:17 +0000 |
commit | a60206ecb6729cd1ee44a39aaf132cb60173b32d (patch) | |
tree | 3c82f9059fe7001e94745310b8eb4091a0d32bee /src/LexCrontab.cxx | |
parent | 8fdc38b725ee9cc02900995e41fc9eb35305d611 (diff) | |
download | scintilla-mirror-a60206ecb6729cd1ee44a39aaf132cb60173b32d.tar.gz |
Minor fixes to lexers.
Diffstat (limited to 'src/LexCrontab.cxx')
-rw-r--r-- | src/LexCrontab.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LexCrontab.cxx b/src/LexCrontab.cxx index e0cfe8466..1296d367e 100644 --- a/src/LexCrontab.cxx +++ b/src/LexCrontab.cxx @@ -199,6 +199,7 @@ static void ColouriseNncrontabDoc(unsigned int startPos, int length, int, WordLi break; } } + delete []buffer; } const LexerModule lmNncrontab(SCLEX_NNCRONTAB, ColouriseNncrontabDoc, "nncrontab"); |