[gnome-keyring] [daemon] Fix deadlock on secure memory usage.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] [daemon] Fix deadlock on secure memory usage.
- Date: Sun, 13 Jun 2010 02:22:32 +0000 (UTC)
commit 6ec9f78a8e255a53903fbdafea7462fbb564f386
Author: Stef Walter <stef memberwebs com>
Date: Sat Jun 12 23:45:02 2010 +0000
[daemon] Fix deadlock on secure memory usage.
Fix a spectacular goof introduced a few commits ago.
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 c805554..6343e08 100644
--- a/daemon/gkd-main.c
+++ b/daemon/gkd-main.c
@@ -170,7 +170,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]