mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-18 19:51:57 +02: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)
|
GObjectClass *class)
|
||||||
{
|
{
|
||||||
object->ref_count = 1;
|
object->ref_count = 1;
|
||||||
g_datalist_init (&object->qdata);
|
object->qdata = NULL;
|
||||||
|
|
||||||
if (CLASS_HAS_PROPS (class))
|
if (CLASS_HAS_PROPS (class))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user