Fix memory leak #1167

Closed
simonla wants to merge 1 commits from main into main

View File

@@ -31,4 +31,5 @@ TEST(YogaTest, reset_layout_when_child_removed) {
ASSERT_TRUE(YGFloatIsUndefined(YGNodeLayoutGetHeight(root_child0)));
YGNodeFreeRecursive(root);
YGNodeFreeRecursive(root_child0);
}