generator.ml: Fix string list memory leak
authorMatthew Booth <mbooth@redhat.com>
Fri, 11 Sep 2009 09:33:32 +0000 (10:33 +0100)
committerMatthew Booth <mbooth@redhat.com>
Fri, 11 Sep 2009 16:18:18 +0000 (17:18 +0100)
commit02ae70474d418b202b6a8411daa54f8dfc790206
tree58c7d3b6fe99ce9f4ba53e69e8f46d9913506a46
parent006873b92da9d0a5c7d9008bd94caabe0028e4c0
generator.ml: Fix string list memory leak

Parsed string lists are allocated by malloc, but were never freed.
src/generator.ml