[dconf] writer: Fix typo causing segfaults on service shutdown
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] writer: Fix typo causing segfaults on service shutdown
- Date: Mon, 17 Dec 2012 21:14:03 +0000 (UTC)
commit 3928089f34a17102b958fe39959215a447192ae0
Author: Colin Walters <walters verbum org>
Date: Sun Dec 16 18:15:21 2012 -0500
writer: Fix typo causing segfaults on service shutdown
Was seeing crashes in the latest gnome-ostree on login.
https://bugzilla.gnome.org/show_bug.cgi?id=690316
service/dconf-writer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/service/dconf-writer.c b/service/dconf-writer.c
index b0b1015..0170046 100644
--- a/service/dconf-writer.c
+++ b/service/dconf-writer.c
@@ -158,7 +158,7 @@ dconf_writer_real_end (DConfWriter *writer)
{
while (!g_queue_is_empty (&writer->uncommited_changes))
{
- TaggedChange *change = g_queue_pop_head (&writer->commited_changes);
+ TaggedChange *change = g_queue_pop_head (&writer->uncommited_changes);
g_free (change->tag);
g_slice_free (TaggedChange, change);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]