mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[entity] Free all memory in the unit test
Now I know that deleting transforms works properly.
This commit is contained in:
parent
56cf181a11
commit
ce2ffac078
1 changed files with 2 additions and 0 deletions
|
@ -690,6 +690,8 @@ test_frames (void)
|
|||
return 1;
|
||||
}
|
||||
|
||||
Transform_Delete (root);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue