Skip to content

Commit

Permalink
Free geometry cache in no skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
bqqbarbhg committed Jan 9, 2024
1 parent f6c7a7a commit 5e4ed04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ UFBXT_TEST(cache_skip_read)

free(vertices);
}

ufbx_free_geometry_cache(cache);
}
#endif

0 comments on commit 5e4ed04

Please sign in to comment.