gnome-scan r762 - in branches/GNOME_SCAN_0_6: . lib
- From: phsadleder svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-scan r762 - in branches/GNOME_SCAN_0_6: . lib
- Date: Thu, 8 Jan 2009 14:00:29 +0000 (UTC)
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]