]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-config.c
Use notmuch_database_destroy instead of notmuch_database_close
[notmuch] / notmuch-config.c
index e9b275096acb999103db4b5a68a74f27f0a5dcf1..85fc7745bb81bb5b5d6b1c41c0bd7fb99ac49e91 100644 (file)
@@ -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);