glib/gobject
Matthias Clasen b5e1f34260 gobject: Avoid redundant atomics
According to the commit that introduced these
calls (4b334ef8f1393c997a2d83d), we are checking
the refcount here to avoid calling g_object_ref
when the refcount is 0, in the rare case that
notification would be triggered during finalize.

But we are now freezing notifications during
finalize, and after recent changes, we no longer call
g_object_ref for notification while a freeze is
in place.
2022-06-01 11:49:56 -04:00
..
2022-01-28 16:01:22 -08:00
2022-01-28 16:01:22 -08:00
2017-05-24 11:58:19 +02:00
2017-05-24 11:58:19 +02:00
2021-07-29 10:09:27 -04:00
2020-11-17 15:50:07 +00:00
2022-06-01 11:49:56 -04:00
2022-05-26 09:47:23 -04:00
2022-05-23 15:48:28 -04:00
2022-05-23 15:48:28 -04:00
2022-05-20 09:08:09 -04:00