mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 06:38:43 +00:00
Revert "test capi: fix memory leak."
This reverts commit651a98a2d8
. Applied the alternative solution instead of this patch.37e39866dd
This commit is contained in:
parent
74413a989f
commit
de353401a7
2 changed files with 0 additions and 2 deletions
|
@ -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.
Loading…
Add table
Reference in a new issue