commit | f194c5462e6a21c6ce107b74cefc0ee3941e42fa | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Jun 23 08:54:19 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Jun 24 15:38:03 2015 -0600 |
tree | 3e4c61b8d072c1f26354d0313a4ba2636ac72cdb | |
parent | 8633c33fc88d085285c02e37964815e288f395eb [diff] [blame] |
tests: Clear out unused pNext AppInfo field. Saw segfault with APIDump due to garbage pNext field
diff --git a/tests/test_environment.cpp b/tests/test_environment.cpp index 7ba7f69..85da914 100644 --- a/tests/test_environment.cpp +++ b/tests/test_environment.cpp
@@ -15,6 +15,7 @@ app_.pEngineName = "vk_testing"; app_.engineVersion = 1; app_.apiVersion = VK_API_VERSION; + app_.pNext = NULL; } bool Environment::parse_args(int argc, char **argv)