Do not crash on invalid plugin info

This commit is contained in:
Yevgen Muntyan 2006-06-17 05:39:04 -05:00
parent f358b03fe3
commit ddaed624e5

View File

@ -228,7 +228,6 @@ moo_plugin_register (GType type,
{
g_warning ("%s: invalid info in plugin '%s'",
G_STRLOC, g_type_name (type));
g_object_unref (plugin);
return FALSE;
}