gpointing-device-settings r10 - trunk/src
- From: hiikezoe svn gnome org
- To: svn-commits-list gnome org
- Subject: gpointing-device-settings r10 - trunk/src
- Date: Thu, 26 Feb 2009 07:27:35 +0000 (UTC)
Author: hiikezoe
Date: Thu Feb 26 07:27:35 2009
New Revision: 10
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=10&view=rev
Log:
Fix memory leak.
Modified:
trunk/src/gpointing-device-settings.c
Modified: trunk/src/gpointing-device-settings.c
==============================================================================
--- trunk/src/gpointing-device-settings.c (original)
+++ trunk/src/gpointing-device-settings.c Thu Feb 26 07:27:35 2009
@@ -42,6 +42,7 @@
{
g_list_foreach(uis, (GFunc)g_object_unref, NULL);
g_list_free(uis);
+ g_list_foreach(modules, (GFunc)gpds_module_unload, NULL);
g_list_free(modules);
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]