[7.2.317] Memory leak when adding a highlight group with unprintable
commit5421db866a803fe4f00237c91a06af664c1f6029
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 16 Dec 2009 18:09:14 +0000 (16 18:09 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 16 Dec 2009 18:09:14 +0000 (16 18:09 +0000)
treeb255586ea733791cf880c33822a28635fccf5e7b
parent0f399815b2381c9ee8fd66a8708bb4d284b86a5a
[7.2.317] Memory leak when adding a highlight group with unprintable

Problem:    Memory leak when adding a highlight group with unprintable
            characters, resulting in E669.

Solution:   Free the memory.  And fix a few typos. (Dominique Pelle)

Patch 7.2.317
src/syntax.c
src/version.c