1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-03 14:23:07 +02:00

gobject: Remove unsynchronized read of freeze_count

There is no need to preserve the check, since check is performed again
while holding the notify_locks that protects freeze_count.
This commit is contained in:
Tomasz Miąsko 2019-02-21 00:00:00 +00:00
parent 5eb9f9f214
commit d72192f69b

@ -263,7 +263,6 @@ g_object_notify_queue_thaw (GObject *object,
GSList *slist;
guint n_pspecs = 0;
g_return_if_fail (nqueue->freeze_count > 0);
g_return_if_fail (g_atomic_int_get(&object->ref_count) > 0);
G_LOCK(notify_lock);