Comment 14 for bug 978789

Revision history for this message
Maarten Baert (maarten-baert) wrote :

The bug appears to be caused by calling g_free instead of _g_object_unref. Just changing that one line fixed it for me. It only happens when 'extract-to' is set, because otherwise the pointer is simply NULL.