fix crash when deleting non-existing presets
This commit is contained in:
parent
78c6c9c04a
commit
b2a667266b
@ -334,9 +334,9 @@ PluginManager::add_presets(string domain)
|
|||||||
warning << string_compose(_("Could not parse rdf file: %1"), *x) << endmsg;
|
warning << string_compose(_("Could not parse rdf file: %1"), *x) << endmsg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vector_delete (presets);
|
||||||
}
|
}
|
||||||
|
|
||||||
vector_delete (presets);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user