]> git.notmuchmail.org Git - notmuch/commit
config: Fix free in 'config get' implementation.
authorPeter Wang <novalazy@gmail.com>
Sat, 14 Apr 2012 01:41:01 +0000 (11:41 +1000)
committerDavid Bremner <bremner@debian.org>
Wed, 25 Apr 2012 02:25:51 +0000 (23:25 -0300)
commit443faa3fcc4d57434d4ad484cf7fe7c4a35b4bc1
treef2b7c406f8abcf4b53232db5fa337299f6abde29
parent5073de34b453f5f7f18a54791141b38783089485
config: Fix free in 'config get' implementation.

The array returned by g_key_file_get_string_list() should be freed with
g_strfreev(), not free().
notmuch-config.c