Merge branch '268-command-buffers-memory-leak-fix' into 'master'
authorPyry Haulos <phaulos@google.com>
Mon, 1 Feb 2016 18:55:23 +0000 (13:55 -0500)
committerPyry Haulos <phaulos@google.com>
Mon, 1 Feb 2016 18:55:23 +0000 (13:55 -0500)
commit4d31dc905c1a5bc43c283c0a13506b737874f744
tree5bc4444dccd4ebbed53e5b421baf319474185336
parentffe3ffa04b29528c223e6b164718741fec64d8ce
parent5780bb0906393148fbca93b0432269e50f8b521e
Merge branch '268-command-buffers-memory-leak-fix' into 'master'

268 dEQP-VK.api.command_buffers test fix.

Fixes the memory leaks in the CommandBuffers tests. (vulkan/vulkancts#268)

See merge request !412