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>
Wed, 1 Jun 2022 17:32:17 +0000 (10:32 -0700)
This reflects the convention that "destroy" frees the pointer passed in
while "uninit" only frees the internals.


No differences found