We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56650e8 commit 74143f3Copy full SHA for 74143f3
src/test_lib_json/main.cpp
@@ -2209,6 +2209,7 @@ JSONTEST_FIXTURE(CharReaderAllowSingleQuotesTest, issue182) {
2209
JSONTEST_ASSERT_STRING_EQUAL("x", root["a"].asString());
2210
JSONTEST_ASSERT_STRING_EQUAL("y", root["b"].asString());
2211
}
2212
+ delete reader;
2213
2214
2215
struct CharReaderAllowZeroesTest : JsonTest::TestCase {};
@@ -2241,6 +2242,7 @@ JSONTEST_FIXTURE(CharReaderAllowZeroesTest, issue176) {
2241
2242
2243
2244
2245
2246
2247
2248
struct BuilderTest : JsonTest::TestCase {};
0 commit comments