Skip to content

Commit

Permalink
Update win32/avcore/player_impl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Dec 6, 2012
1 parent ddd7693 commit 669279d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/avcore/player_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ BOOL win_data::remove_window(player_impl* win)
{
EnterCriticalSection(&m_cs);
player_impl_map::iterator finder = m_maps.find(win);
if (finder != m_maps.end())
if (finder == m_maps.end())
{
LeaveCriticalSection(&m_cs);
return FALSE;
Expand Down

0 comments on commit 669279d

Please sign in to comment.