summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-07-28 17:15:15 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2018-07-28 17:15:15 +0100
commit0a9f517ff51340fa27dfc2eb1554d1ed16ebcc41 (patch)
treea8df039e3fdc7c5a4199f48561360eba10034419
parent9aa437d5bd57aa0c3f68cd88fdcc58f5cd365aeb (diff)
downloadlibhubbub-0a9f517ff51340fa27dfc2eb1554d1ed16ebcc41.tar.gz
libhubbub-0a9f517ff51340fa27dfc2eb1554d1ed16ebcc41.tar.bz2
Tests: Squash json object leak in tests.
-rw-r--r--test/tokeniser3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tokeniser3.c b/test/tokeniser3.c
index 949ddd0..e33d018 100644
--- a/test/tokeniser3.c
+++ b/test/tokeniser3.c
@@ -98,6 +98,8 @@ int main(int argc, char **argv)
run_test(&ctx);
}
+ json_object_put(json);
+
printf("PASS\n");
return 0;