Skip to content

Commit

Permalink
fixup: free unused packets
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Oct 11, 2015
1 parent c73ebdb commit 27e3a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxFFmpeg.cpp
Expand Up @@ -926,6 +926,7 @@ DemuxPacket* CDVDDemuxFFmpeg::Read()
break;
}
mvcpkt = m_SSIFqueue.front();
CDVDDemuxUtils::FreeDemuxPacket(mvcpkt);
tsB = (mvcpkt->dts != AV_NOPTS_VALUE ? mvcpkt->dts : mvcpkt->pts);
}
if (tsA == tsB)
Expand Down

0 comments on commit 27e3a3e

Please sign in to comment.