summaryrefslogtreecommitdiff
path: root/src/glibext/delayed.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-26 21:21:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-26 21:21:24 (GMT)
commit4bc86c5dc8d3cfa9780103b56f52024a49913c22 (patch)
treeb71c0e7868441fa22067d6dc1bad0cfcc8bbec1d /src/glibext/delayed.c
parent9895df71ae6ea14e09478cc243227b7b3a2139a3 (diff)
Fixed various bugs and mistakes.
Diffstat (limited to 'src/glibext/delayed.c')
-rw-r--r--src/glibext/delayed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/delayed.c b/src/glibext/delayed.c
index a83fae4..1d27448 100644
--- a/src/glibext/delayed.c
+++ b/src/glibext/delayed.c
@@ -603,7 +603,7 @@ static void *g_work_group_process(GWorkGroup *group)
g_delayed_work_process(work, group->statusbar);
- g_object_unref(G_OBJECT(work));
+ //g_object_unref(G_OBJECT(work)); // FIXME
if (g_atomic_int_dec_and_test(&group->pending))
g_cond_broadcast(&group->wait_cond);