[PATCH] notmuch: unref charset_filter (once more) to fix one memory leak

2011-12-15 Thread David Bremner
On Tue, 13 Dec 2011 20:18:48 +0200, tomi.ollila at iki.fi wrote: > From: Tomi Ollila > > In my test case added g_object_unref(charset_filter) reduces memory > consumption over 90% when 'notmuch show --format=text "*"' is > executed (~11000 messages, RES ~330M -> ~25M). pushed

Re: [PATCH] notmuch: unref charset_filter (once more) to fix one memory leak

2011-12-15 Thread David Bremner
On Tue, 13 Dec 2011 20:18:48 +0200, tomi.oll...@iki.fi wrote: > From: Tomi Ollila > > In my test case added g_object_unref(charset_filter) reduces memory > consumption over 90% when 'notmuch show --format=text "*"' is > executed (~11000 messages, RES ~330M -> ~25M). pushed __

[PATCH] notmuch: unref charset_filter (once more) to fix one memory leak

2011-12-13 Thread Dmitry Kurochkin
On Tue, 13 Dec 2011 20:18:48 +0200, tomi.ollila at iki.fi wrote: > From: Tomi Ollila > > In my test case added g_object_unref(charset_filter) reduces memory > consumption over 90% when 'notmuch show --format=text "*"' is > executed (~11000 messages, RES ~330M -> ~25M). > --- > Thanks Dmitry. I di

[PATCH] notmuch: unref charset_filter (once more) to fix one memory leak

2011-12-13 Thread tomi.oll...@iki.fi
From: Tomi Ollila In my test case added g_object_unref(charset_filter) reduces memory consumption over 90% when 'notmuch show --format=text "*"' is executed (~11000 messages, RES ~330M -> ~25M). --- Thanks Dmitry. I did not realize unref unreferences, does not deallocate memory/data structures. g

Re: [PATCH] notmuch: unref charset_filter (once more) to fix one memory leak

2011-12-13 Thread Dmitry Kurochkin
On Tue, 13 Dec 2011 20:18:48 +0200, tomi.oll...@iki.fi wrote: > From: Tomi Ollila > > In my test case added g_object_unref(charset_filter) reduces memory > consumption over 90% when 'notmuch show --format=text "*"' is > executed (~11000 messages, RES ~330M -> ~25M). > --- > Thanks Dmitry. I did n

[PATCH] notmuch: unref charset_filter (once more) to fix one memory leak

2011-12-13 Thread tomi . ollila
From: Tomi Ollila In my test case added g_object_unref(charset_filter) reduces memory consumption over 90% when 'notmuch show --format=text "*"' is executed (~11000 messages, RES ~330M -> ~25M). --- Thanks Dmitry. I did not realize unref unreferences, does not deallocate memory/data structures. g