Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6000749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:44:18+00:00 2026-05-23T00:44:18+00:00

I am just learning directx. One typically creates a directx device and several other

  • 0

I am just learning directx. One typically creates a directx device and several other COM interfaces through a functions calls such as

ID3D11CreateDeviceAndSwapChain(.... ,& device, ...);

In all tutorial code I have seen, the com interfaces are released using something akin to

if (pointer_to_com_object) {
    pointer_to_com_object->Release(); 
    pointer_to_com_object = 0;
}

e.g. the following is taken from Tutorial07_2008 in the directx 11 tutorials from Microsoft.

if( g_pSamplerLinear ) g_pSamplerLinear->Release();
if( g_pTextureRV ) g_pTextureRV->Release();
if( g_pCBNeverChanges ) g_pCBNeverChanges->Release();
if( g_pCBChangeOnResize ) g_pCBChangeOnResize->Release();
if( g_pCBChangesEveryFrame ) g_pCBChangesEveryFrame->Release();
if( g_pVertexBuffer ) g_pVertexBuffer->Release();
if( g_pIndexBuffer ) g_pIndexBuffer->Release();
if( g_pVertexLayout ) g_pVertexLayout->Release();
if( g_pVertexShader ) g_pVertexShader->Release();
if( g_pPixelShader ) g_pPixelShader->Release();
if( g_pDepthStencil ) g_pDepthStencil->Release();
if( g_pDepthStencilView ) g_pDepthStencilView->Release();
if( g_pRenderTargetView ) g_pRenderTargetView->Release();
if( g_pSwapChain ) g_pSwapChain->Release();
if( g_pImmediateContext ) g_pImmediateContext->Release();
if( g_pd3dDevice ) g_pd3dDevice->Release();

As pointed out in answers to this question COM objects can have references to them you don’t own.

So is the above a bad way to clean up directx or do directx COM objects never have references to them you didn’t create?

I just ask because I keep seeing it done this way as I am learning.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T00:44:19+00:00Added an answer on May 23, 2026 at 12:44 am

    COM objects are reference counted. When you call Release(), you are effectively decrementing the internal reference count. If another object still owns a reference, it will not get destroyed.

    If some other part of the application end up having a new reference to a COM object, make sure you call Release() when you are done with it. Carefully read documentation of methods that return references to know if you have to call Release() or not. Usually you will have to.

    For instance in IDirect3DTexture9::GetSurfaceLevel documentation:

    Calling this method will increase the
    internal reference count on the
    IDirect3DSurface9 interface. Failure
    to call IUnknown::Release when
    finished using this IDirect3DSurface9
    interface results in a memory leak.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just curious to know if anyone has ever used gametutorials.com products for learning directX.
Just learning R. Given a data.frame in R with two columns, one numeric and
I'm just looking around for starting learning NDK, with one particular project in mind:
Just learning RSpec and trying to do some tutorials. In one of the tutorials
I'm just learning Haskell, so sorry if my question is stupid. I'm reading learnyouahaskell.com
Just learning Silverlight 4/RIA and i 'm stuck in a weird problem: setup an
Im just learning mod_rewrite and regex stuff, and what I'm trying to do is
Im just learning SQLite and I can't get my parameters to compile into the
I am just learning about app.config in respect of creating custom sections. I have
I'm just learning Ruby on Rails. I've read a few books, I've watched lots

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.