mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
No necessary to init qdata atomically
This commit is contained in:
parent
f1e5af4e12
commit
38dc7955e4
@ -834,7 +834,7 @@ g_object_init (GObject *object,
|
||||
GObjectClass *class)
|
||||
{
|
||||
object->ref_count = 1;
|
||||
g_datalist_init (&object->qdata);
|
||||
object->qdata = NULL;
|
||||
|
||||
if (CLASS_HAS_PROPS (class))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user