Patch #5885.
authorBen Pfaff <blp@gnu.org>
Mon, 23 Apr 2007 01:32:29 +0000 (01:32 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 23 Apr 2007 01:32:29 +0000 (01:32 +0000)
commitf49ed94900625697d344071290cf2360293c27e3
tree712c6970d617d5fb42091814e11101e4546aee35
parentb5f633cb2139ad17ce66cb4433b3a96276ccb1a9
Patch #5885.

(dict_set_split_vars): dict_destroy expects that
dict_clear will free most data related to the dictionary.
dict_clear does a decent job, except that dict_set_split_vars on
some systems won't actually free the dict's "split" member.
Instead, it'll allocate a 1-byte region.  Fix this.
src/data/ChangeLog
src/data/dictionary.c