mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
GTree: Declare ref_count as volatile
This commit is contained in:
@@ -85,7 +85,7 @@ struct _GTree
|
||||
GDestroyNotify value_destroy_func;
|
||||
gpointer key_compare_data;
|
||||
guint nnodes;
|
||||
gint ref_count;
|
||||
volatile gint ref_count;
|
||||
};
|
||||
|
||||
struct _GTreeNode
|
||||
|
Reference in New Issue
Block a user