commit | a9b1354590c9134f928e761058e0d3e3a4488021 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobin@lunarg.com> | Thu Oct 23 13:45:13 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Oct 29 18:02:02 2014 -0600 |
tree | 9382be7989ea280327d63e564fda2a0572edfaea | |
parent | a0b85eb2bc32424eb6195b57b57cfc129252e495 [diff] [blame] |
Add xglDestroyDevice() call to test framework.
diff --git a/tests/render_tests.cpp b/tests/render_tests.cpp index bd63078..60b47d4 100644 --- a/tests/render_tests.cpp +++ b/tests/render_tests.cpp
@@ -256,6 +256,7 @@ virtual void TearDown() { xglInitAndEnumerateGpus(&this->app_info, XGL_NULL_HANDLE, 0, &gpu_count, XGL_NULL_HANDLE); + m_device->destroy_device(); } };