Comment 4 for bug 1474011

Revision history for this message
Kris (kris-degussem) wrote :

Maybe a NULL check on line 198 might fix the issue (can not check myself atm):

if (!prim)
{
    return Inkscape::Filters::NR_FILTER_SLOT_NOT_SET;
}