On Tue, Feb 12, 2019 at 9:07 AM Christophe Fergeau <cfergeau@redhat.com> wrote:
If xmlNodeDump() fails, we would be leaking the xmlBuffer we created.
This commit ensures we don't return early before this buffer is freed.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>

Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>