diff options
author | tallua <talluay@gmail.com> | 2021-10-10 00:55:51 +0900 |
---|---|---|
committer | tallua <talluay@gmail.com> | 2021-10-10 00:55:51 +0900 |
commit | 40996bfad16896b6e715c1d1bad5f72ec3125021 (patch) | |
tree | 4b97a9e6b9d2dc2f6b27c6436e4da42e3abe2657 /json-glib/json-node.c | |
parent | f65506080874b28eda37b622242b172258d9df76 (diff) | |
download | json-glib-40996bfad16896b6e715c1d1bad5f72ec3125021.tar.gz |
applied suggest change
Diffstat (limited to 'json-glib/json-node.c')
-rw-r--r-- | json-glib/json-node.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/json-glib/json-node.c b/json-glib/json-node.c index 57221c1..a344670 100644 --- a/json-glib/json-node.c +++ b/json-glib/json-node.c @@ -141,8 +141,6 @@ json_node_unset (JsonNode *node) switch (node->type) { case JSON_NODE_OBJECT: - if (node->data.object) - json_object_unref (node->data.object); g_clear_pointer (&(node->data.object), json_object_unref); break; |