Skip to content

Commit

Permalink
Change the other use of ~MythRenderD3D9 to use a DecrRef()
Browse files Browse the repository at this point in the history
Hopefully this will allow the windows compile to work again.
  • Loading branch information
Beirdo committed Jun 8, 2012
1 parent 18d0a1c commit 6582bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/videoout_d3d.cpp
Expand Up @@ -113,7 +113,7 @@ void VideoOutputD3D::DestroyContext(void)

if (m_render)
{
delete m_render;
m_render->DecrRef();
m_render = NULL;
}
}
Expand Down

0 comments on commit 6582bbf

Please sign in to comment.