Jani Nikula <jani@nikula.org> writes: > - if (mime_node_open (ctx, message, &(params->crypto), &root) == NOTMUCH_STATUS_SUCCESS) { > - format_part_reply (root); > - talloc_free (root); > - } > + g_object_unref (G_OBJECT (reply)); > > - notmuch_message_destroy (message); > + if (mime_node_open (ctx, message, ¶ms->crypto, &root) == NOTMUCH_STATUS_SUCCESS) { > + format_part_reply (root); > + talloc_free (root); I'm not sure I should admit this, but I'd have to check a book to make sure that ¶ms->crypto is the same as &(params->crypto)