mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
gibaseinfo: fully initialize GTypeInfo before registering it
This commit is contained in:
committed by
Philip Withnall
parent
3936eaaa39
commit
12fcbcfa41
@@ -230,6 +230,7 @@ gi_base_info_type_register_static (const char *type_name,
|
||||
info.base_finalize = NULL;
|
||||
info.class_init = class_init;
|
||||
info.class_finalize = NULL;
|
||||
info.class_data = NULL;
|
||||
info.instance_size = (guint16) instance_size;
|
||||
info.n_preallocs = 0;
|
||||
info.instance_init = NULL;
|
||||
|
Reference in New Issue
Block a user