gnome-scan r762 - in branches/GNOME_SCAN_0_6: . lib



Author: phsadleder
Date: Thu Jan  8 14:00:28 2009
New Revision: 762
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=762&view=rev

Log:
* backport fix for crash on module unload from trunk


Modified:
   branches/GNOME_SCAN_0_6/ChangeLog
   branches/GNOME_SCAN_0_6/lib/gnome-scan-module.c

Modified: branches/GNOME_SCAN_0_6/lib/gnome-scan-module.c
==============================================================================
--- branches/GNOME_SCAN_0_6/lib/gnome-scan-module.c	(original)
+++ branches/GNOME_SCAN_0_6/lib/gnome-scan-module.c	Thu Jan  8 14:00:28 2009
@@ -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]