X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Funit%2Fcore%2Fstore_json_test.c;h=6be3c144e37f3cc2466f1ffa840a408c4e12a0ce;hp=baecf8053d1986576ee2cd4b42e7bcad3e010248;hb=a873701765e00228463e06795bdde21274e8fa74;hpb=da34466aea7bfa2d29df00b74ef8b3e8bd2da7de diff --git a/t/unit/core/store_json_test.c b/t/unit/core/store_json_test.c index baecf80..6be3c14 100644 --- a/t/unit/core/store_json_test.c +++ b/t/unit/core/store_json_test.c @@ -486,8 +486,8 @@ START_TEST(test_store_tojson) verify_json_output(buf, store_tojson_data[_i].expected); - free(f); sdb_object_deref(SDB_OBJ(filter)); + sdb_object_deref(SDB_OBJ(f)); sdb_strbuf_destroy(buf); } END_TEST