gnome-scan r619 - in trunk: . lib



Author: bersace
Date: Sat Aug  9 12:43:02 2008
New Revision: 619
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=619&view=rev

Log:
Fix a crasher on module unload.


Modified:
   trunk/ChangeLog
   trunk/lib/gnome-scan-module.c

Modified: trunk/lib/gnome-scan-module.c
==============================================================================
--- trunk/lib/gnome-scan-module.c	(original)
+++ trunk/lib/gnome-scan-module.c	Sat Aug  9 12:43:02 2008
@@ -150,7 +150,7 @@
 static void
 gnome_scan_module_unload (GTypeModule *gmodule)
 {
-	GnomeScanModule *module = GNOME_SCAN_MODULE (module);
+	GnomeScanModule *module = GNOME_SCAN_MODULE (gmodule);
 	module->finalize (module);
 }
 



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