Skip to content

Commit

Permalink
Merge pull request #3703 from popcornmix/clock_leak
Browse files Browse the repository at this point in the history
[rbp/omxplayer] Fix leak when playing multiple files from playlist
  • Loading branch information
huceke committed Nov 25, 2013
2 parents 91e52a5 + 26c0ec5 commit 639aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/linux/OMXClock.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void OMXClock::OMXDeinitialize()
if(m_omx_clock.GetComponent() == NULL) if(m_omx_clock.GetComponent() == NULL)
return; return;


m_omx_clock.Deinitialize(); m_omx_clock.Deinitialize(true);


m_omx_speed = DVD_PLAYSPEED_NORMAL; m_omx_speed = DVD_PLAYSPEED_NORMAL;
} }
Expand Down

0 comments on commit 639aa66

Please sign in to comment.