Skip to content

Commit

Permalink
xvba: forgot to release buffer pool
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Mar 26, 2012
1 parent a98deec commit 8bc05b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/dvdplayer/DVDCodecs/Video/XVBA.cpp
Expand Up @@ -1857,6 +1857,7 @@ bool COutput::Init()

bool COutput::Uninit()
{
ReleaseBufferPool();
DestroyGlxContext();
return true;
}
Expand Down

0 comments on commit 8bc05b8

Please sign in to comment.