commit | 12ee35f882395f926ae16318400f8c6c5050fca3 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobin@lunarg.com> | Thu Mar 26 08:23:25 2015 -0600 |
committer | Tobin Ehlis <tobin@lunarg.com> | Thu Mar 26 08:24:57 2015 -0600 |
tree | 4bbe68b1a7e36a6f409310414c49f72fa20915ab | |
parent | 7f390563d3079752f89df25134c8dc6a86a5596d [diff] [blame] |
tests: Cleanup some set objects and memory that were flagged by validation
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp index 1149209..f47098b 100644 --- a/tests/blit_tests.cpp +++ b/tests/blit_tests.cpp
@@ -875,6 +875,9 @@ err = xglDestroyObject(event); ASSERT_XGL_SUCCESS(err); + + err = xglFreeMemory(event_mem); + ASSERT_XGL_SUCCESS(err); } class XglCmdBlitImageTest : public XglCmdBlitTest {