X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;h=85fc7745bb81bb5b5d6b1c41c0bd7fb99ac49e91;hp=e9b275096acb999103db4b5a68a74f27f0a5dcf1;hb=6f7469f54744656f90ce215f365d5731e16acd3c;hpb=596a2076dcc1ebec2dc217f6d967397ef125aac4 diff --git a/notmuch-config.c b/notmuch-config.c index e9b27509..85fc7745 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -751,7 +751,7 @@ notmuch_config_command_get (void *ctx, char *item) for (i = 0; i < length; i++) printf ("%s\n", value[i]); - free (value); + g_strfreev (value); } notmuch_config_close (config);