On Sat, 18 Mar 2017 20:58:39 +0100 (CET) miras at claws-mail.org wrote: > + archiver_set_tooltip(tar_radio_btn, g_strdup_printf(_("Choose this to use %s as format for the archive"), "TAR")); You're leaking memory all over the place with that g_strdup_printf(). :) -- Andrej