[gnome-bluetooth/fedora-11] Bug 590874 – crash in Bluetooth: adding a bluetooth NAP phone
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/fedora-11] Bug 590874 – crash in Bluetooth: adding a bluetooth NAP phone
- Date: Wed, 16 Sep 2009 10:43:31 +0000 (UTC)
commit abbe0a406ef3fb510d87580e96d2457d74f7b10b
Author: Bastien Nocera <hadess hadess net>
Date: Tue Aug 11 09:40:45 2009 +0100
Bug 590874 â?? crash in Bluetooth: adding a bluetooth NAP phone
Don't unload plugins, fixes crashes on exit when the plugins
register GObject types.
lib/bluetooth-plugin-manager.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/lib/bluetooth-plugin-manager.c b/lib/bluetooth-plugin-manager.c
index c8db9ef..ab1751c 100644
--- a/lib/bluetooth-plugin-manager.c
+++ b/lib/bluetooth-plugin-manager.c
@@ -101,7 +101,9 @@ bluetooth_plugin_manager_cleanup (void)
for (l = plugin_list; l != NULL; l = l->next) {
GbtPlugin *p = l->data;
- g_module_close (p->module);
+ /* Disabled as it causes crashes when plugins use
+ * the GObject type system */
+ /* g_module_close (p->module); */
g_free (p);
}
g_list_free (plugin_list);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]