set fun for contetn

This commit is contained in:
lyon 2021-08-31 15:02:44 +08:00
parent 80862c09a6
commit 599461f854
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 71b647afbb24472e860ab7f2ad00a54cf9f9a5b0
Subproject commit f41adead2e8ecb07de7e11de7beec88e439cf54b

View File

@ -50,7 +50,7 @@ TEST(content, get)
ASSERT_STREQ("name", name);
ASSERT_STREQ("type", type);
pikaFree(self, totleSize);
content_deinit(self);
EXPECT_EQ(pikaMemNow(), 0);
}
@ -87,6 +87,6 @@ TEST(content, init)
ASSERT_STREQ("name", name);
ASSERT_STREQ("type", type);
pikaFree(self, totleSize);
content_deinit(self);
EXPECT_EQ(pikaMemNow(), 0);
}