epiphany r8233 - branches/gnome-2-22/lib



Author: chpe
Date: Sun May 18 21:50:36 2008
New Revision: 8233
URL: http://svn.gnome.org/viewvc/epiphany?rev=8233&view=rev

Log:
Also unload the module if the returned GType is 0 here.


Modified:
   branches/gnome-2-22/lib/ephy-module.c

Modified: branches/gnome-2-22/lib/ephy-module.c
==============================================================================
--- branches/gnome-2-22/lib/ephy-module.c	(original)
+++ branches/gnome-2-22/lib/ephy-module.c	Sun May 18 21:50:36 2008
@@ -152,6 +152,9 @@
 
 	if (module->type == 0)
 	{
+		g_warning ("Failed to register the GType(s)!");
+		g_module_close (module->library);
+
 		return FALSE;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]