X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=apps%2Fd3d11%2Ftri.cpp;h=1ccf20c090a8b1f5b08f1355bb0aa98af5c36b6a;hb=7aa463806c4e6616699c8f742cc8204b4d129b0a;hp=1649bbf67d304da28c7e234239a0cfb3d7e5010c;hpb=009c029e5360c8ae668b21caffeb275639ede8a7;p=apitrace-tests diff --git a/apps/d3d11/tri.cpp b/apps/d3d11/tri.cpp index 1649bbf..1ccf20c 100644 --- a/apps/d3d11/tri.cpp +++ b/apps/d3d11/tri.cpp @@ -250,6 +250,9 @@ int main(int argc, char *argv[]){ g_pSwapChain->Release(); g_pSwapChain = NULL; + g_pDeviceContext->Release(); + g_pDeviceContext = NULL; + g_pDevice->Release(); g_pDevice = NULL;