mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
valuearray: Skip g_value_array_free() in bindings
Calling this function can easily lead to an interpreter crash. https://bugzilla.gnome.org/show_bug.cgi?id=780202
This commit is contained in:
parent
e5db8ec787
commit
0d9c5122bc
@ -147,7 +147,7 @@ g_value_array_new (guint n_prealloced)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_value_array_free:
|
||||
* g_value_array_free: (skip)
|
||||
* @value_array: #GValueArray to free
|
||||
*
|
||||
* Free a #GValueArray including its contents.
|
||||
|
Loading…
Reference in New Issue
Block a user