Update tests/misc_tests.c

This commit is contained in:
Alan Wang 2022-01-20 17:30:26 +08:00 committed by GitHub
parent 6fc795c85b
commit 51f47bbd05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -703,6 +703,7 @@ static void cjson_set_bool_value_must_not_break_objects(void)
TEST_ASSERT_TRUE(refobj->type&cJSON_IsReference);
cJSON_Delete(refobj);
cJSON_Delete(oobj);
cJSON_Delete(bobj);
cJSON_Delete(sobj);
}