mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
gdbusprivate: fix a missed g_mutex_free()
This should have been changed to g_mutex_clear()
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user