commit | 900ae86fa871a07be3da078edab8b957431ed4c3 | [log] [tgz] |
---|---|---|
author | Tony Barbour <tony@LunarG.com> | Tue Jun 02 14:55:46 2015 -0600 |
committer | Tony Barbour <tony@LunarG.com> | Tue Jun 02 14:55:46 2015 -0600 |
tree | f6289e1e030b633aa8394254e352271396c806dc | |
parent | 8bef8ee56e2acc604bf28332a6b536233ee132e5 [diff] [blame] |
tests: Delete device in teardown when finished with it.
diff --git a/tests/init.cpp b/tests/init.cpp index 955e7fe..700f7a2 100644 --- a/tests/init.cpp +++ b/tests/init.cpp
@@ -133,6 +133,7 @@ } virtual void TearDown() { + delete m_device; vkDestroyInstance(inst); } };