| commit | 864c033035a14bceb253a13f6427a18ee18c7e5a | [log] [tgz] |
|---|---|---|
| author | Tony Barbour <tony@LunarG.com> | Thu Mar 26 12:37:52 2015 -0600 |
| committer | Chia-I Wu <olv@lunarg.com> | Thu Apr 16 17:33:26 2015 +0800 |
| tree | 03d2a987d040a2e32a8c97fadd8d642e7a27554b | |
| parent | f6adc309ba5faea66c8b7667c3d757abdfe14b32 [diff] [blame] |
tests: Free resources at end of test
diff --git a/tests/xglrenderframework.h b/tests/xglrenderframework.h index 531063d..127b75e 100644 --- a/tests/xglrenderframework.h +++ b/tests/xglrenderframework.h
@@ -149,6 +149,7 @@ public: XglConstantBufferObj(XglDevice *device); XglConstantBufferObj(XglDevice *device, int constantCount, int constantSize, const void* data); + ~XglConstantBufferObj(); void BufferMemoryBarrier( XGL_FLAGS outputMask = XGL_MEMORY_OUTPUT_CPU_WRITE_BIT |