mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
docs: Remove a mention of g_clear_object() being atomic
It is no longer atomic. https://bugzilla.gnome.org/show_bug.cgi?id=741589
This commit is contained in:
@@ -439,7 +439,7 @@ maman_bar_dispose (GObject *gobject)
|
||||
|
||||
/* dispose() might be called multiple times, so we must guard against
|
||||
* calling g_object_unref() on an invalid GObject by setting the member
|
||||
* NULL; g_clear_object() does this for us, atomically.
|
||||
* NULL; g_clear_object() does this for us.
|
||||
*/
|
||||
g_clear_object (&self->priv->an_object);
|
||||
|
||||
|
Reference in New Issue
Block a user