Clean up glib / GKeyFile memory use

Subject: Clean up glib / GKeyFile memory use

Date: Sat, 6 Mar 2021 09:49:30 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


It turns out I was too optimistic / lazy about how the g_key_file API
manages memory.  None of the resulting memory leaks are large (unless
you somehow keep War and Peace in your config file), but it is more
tidy to clean them up, and makes it easier to spot more significant
leaks in the already noisy output from valgrind.

This series applies on top of master. I'll have to rebase the other
config series on top (and possibly clean up a few more glib related
memory leaks).
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: