Revert "test capi: fix memory leak."

This reverts commit 651a98a2d8.

Applied the alternative solution instead of this patch.
37e39866dd
This commit is contained in:
Hermet Park 2021-11-09 14:52:29 +09:00 committed by Hermet Park
parent 74413a989f
commit de353401a7
2 changed files with 0 additions and 2 deletions

View file

@ -69,8 +69,6 @@ TEST_CASE("Save a paint into a file", "[capiSaver]")
REQUIRE(tvg_saver_save(saver, paint3, TEST_DIR"/test.tvg", false) == TVG_RESULT_INSUFFICIENT_CONDITION);
REQUIRE(tvg_saver_del(saver) == TVG_RESULT_SUCCESS);
tvg_paint_del(paint_empty);
}
TEST_CASE("Synchronize a Saver", "[capiSaver]")

Binary file not shown.