Skip to content

extractor: Prevent NULL dereference when extracting to root

Ondrej Holy requested to merge wip/oholy/extractor-null-dereference into master

This is followup of the commit 72372764. The extraction to root can still lead to crashes because the parent variable is NULL and is consequently passed into the g_object_unref function. Let's finally fix this corner case properly.

Merge request reports