[entity] Free all memory in the unit test

Now I know that deleting transforms works properly.
This commit is contained in:
Bill Currie 2021-03-21 22:33:57 +09:00
parent 56cf181a11
commit ce2ffac078

View file

@ -690,6 +690,8 @@ test_frames (void)
return 1;
}
Transform_Delete (root);
return 0;
}