[json-glib: 2/7] uncomment code
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib: 2/7] uncomment code
- Date: Sat, 9 Oct 2021 16:07:07 +0000 (UTC)
commit d8dafb4170012b6dc1fe09d33c26d40a23f599fb
Author: tallua <talluay gmail com>
Date: Tue Apr 6 00:33:28 2021 +0900
uncomment code
json-glib/json-node.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/json-glib/json-node.c b/json-glib/json-node.c
index 0c8a675..f0bff28 100644
--- a/json-glib/json-node.c
+++ b/json-glib/json-node.c
@@ -149,7 +149,7 @@ json_node_unset (JsonNode *node)
case JSON_NODE_ARRAY:
if (node->data.array)
json_array_unref (node->data.array);
- //node->data.array = NULL;
+ node->data.array = NULL;
break;
case JSON_NODE_VALUE:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]