aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json/json_test.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-30 07:01:52 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-30 07:03:09 +0200
commit82a91c91d01ce9b999c8821ed13515883468e203 (patch)
tree0afa850238aa4ca8406c61ad3d7a62973d972f6d /test/core/json/json_test.c
parentfdbebb9049649d78b5d834def96715e81c8797e6 (diff)
Fixing json memory leak.
Diffstat (limited to 'test/core/json/json_test.c')
-rw-r--r--test/core/json/json_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/json/json_test.c b/test/core/json/json_test.c
index 49bdf377ac..735ff4c853 100644
--- a/test/core/json/json_test.c
+++ b/test/core/json/json_test.c
@@ -89,7 +89,7 @@ static testing_pair testing_pairs[] = {
{"{\"foo\": bar}", NULL},
{"{\"foo\": bar\"x\"}", NULL},
{"fals", NULL},
- {"0,0", NULL},
+ {"0,0 ", NULL},
/* Testing unterminated string. */
{"\"\\x", NULL},
/* Testing invalid UTF-16 number. */