13
0

fix crash when deleting non-existing presets

This commit is contained in:
Paul Davis 2013-03-20 07:42:17 -04:00
parent 78c6c9c04a
commit b2a667266b

View File

@ -334,9 +334,9 @@ PluginManager::add_presets(string domain)
warning << string_compose(_("Could not parse rdf file: %1"), *x) << endmsg;
}
}
vector_delete (presets);
}
vector_delete (presets);
}
void