tests:Add destructor to desciptor set that destroys object
diff --git a/tests/xglrenderframework.h b/tests/xglrenderframework.h
index 30d7412..bc61c7f 100644
--- a/tests/xglrenderframework.h
+++ b/tests/xglrenderframework.h
@@ -183,6 +183,7 @@
 {
 public:
     XglDescriptorSetObj(XglDevice *device);
+    ~XglDescriptorSetObj();
     void AttachMemoryView(XglConstantBufferObj* constantBuffer);
     void AttachSampler( XglSamplerObj* sampler);
     void AttachImageView( XglTextureObj* texture);