GNOME Bugzilla – Bug 745676
core: Fix warning when unloading a plugin that failed to load
Last modified: 2015-03-06 17:26:10 UTC
.
Created attachment 298636 [details] [review] core: Fix warning when unloading a plugin that failed to load This warning is normal: (totem:17205): Grilo-WARNING **: [registry] grl-registry.c:1130: Failed to open module: libicui18n.so.52: cannot open shared object file: No such file or directory This one isn't: (totem:8432): GModule-CRITICAL **: g_module_close: assertion 'module != NULL' failed This patch fixes the latter.
Review of attachment 298636 [details] [review]: Looks okay!
Attachment 298636 [details] pushed as ee8d555 - core: Fix warning when unloading a plugin that failed to load