[glib] valuearray: Skip g_value_array_free() in bindings
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] valuearray: Skip g_value_array_free() in bindings
- Date: Mon, 11 Sep 2017 20:12:13 +0000 (UTC)
commit 0d9c5122bcb1fe5e3d969560ffe45a3a05867489
Author: Nicolas Dufresne <nicolas dufresne collabora com>
Date: Fri Mar 17 10:51:08 2017 -0400
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
gobject/gvaluearray.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gvaluearray.c b/gobject/gvaluearray.c
index 76d9468..6648c73 100644
--- a/gobject/gvaluearray.c
+++ b/gobject/gvaluearray.c
@@ -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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]