diff options
-rw-r--r-- | src/LexConf.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LexConf.cxx b/src/LexConf.cxx index 2dbb65c37..c8441f41e 100644 --- a/src/LexConf.cxx +++ b/src/LexConf.cxx @@ -172,6 +172,7 @@ static void ColouriseConfDoc(unsigned int startPos, int length, int, WordList *k } } + delete []buffer; } LexerModule lmConf(SCLEX_CONF, ColouriseConfDoc, "conf"); |