mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gdbusprivate: fix a missed g_mutex_free()
This should have been changed to g_mutex_clear()
This commit is contained in:
parent
6f343ca548
commit
26a6b3c6ff
@ -1687,7 +1687,7 @@ _g_dbus_worker_flush_sync (GDBusWorker *worker,
|
|||||||
|
|
||||||
/* note:the element is removed from worker->write_pending_flushes in flush_cb() above */
|
/* note:the element is removed from worker->write_pending_flushes in flush_cb() above */
|
||||||
g_cond_clear (&data->cond);
|
g_cond_clear (&data->cond);
|
||||||
g_mutex_free (&data->mutex);
|
g_mutex_clear (&data->mutex);
|
||||||
if (data->error != NULL)
|
if (data->error != NULL)
|
||||||
{
|
{
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user