subcase: Rename subcase_destroy() to subcase_uninit().
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 29 Jan 2022 20:21:13 +0000 (12:21 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 29 Jan 2022 20:21:13 +0000 (12:21 -0800)
This reflects the convention that "destroy" frees the pointer passed in
while "uninit" only frees the internals.


No differences found