diff options
author | nyamatongwe <unknown> | 2002-02-12 10:35:17 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-02-12 10:35:17 +0000 |
commit | 9198c2e9fc836bb4b6b5369b5e3877e4574e5bae (patch) | |
tree | 3c82f9059fe7001e94745310b8eb4091a0d32bee /src/LexCrontab.cxx | |
parent | 04bdf3169b2c78aa5bd32af228e777c76f50e1ee (diff) | |
download | scintilla-mirror-9198c2e9fc836bb4b6b5369b5e3877e4574e5bae.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"); |