[gnome-keyring/gnome-2-30] [daemon] Fix deadlock in locking stuff we added.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring/gnome-2-30] [daemon] Fix deadlock in locking stuff we added.
- Date: Mon, 21 Jun 2010 14:50:31 +0000 (UTC)
commit beed9eecc3722c0b13823efdd7f3ca738a92802f
Author: Stef Walter <stef memberwebs com>
Date: Mon Jun 21 14:00:16 2010 +0000
[daemon] Fix deadlock in locking stuff we added.
daemon/gkd-main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gkd-main.c b/daemon/gkd-main.c
index f9d9764..3adb39d 100644
--- a/daemon/gkd-main.c
+++ b/daemon/gkd-main.c
@@ -171,7 +171,7 @@ egg_memory_lock (void)
void
egg_memory_unlock (void)
{
- G_LOCK (memory_mutex);
+ G_UNLOCK (memory_mutex);
}
void*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]