Skip to content

Commit

Permalink
Skip videoInput release check
Browse files Browse the repository at this point in the history
  • Loading branch information
zakki committed Jan 10, 2016
1 parent 8f7f185 commit 1bc74b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thirdparty/videoInput/videoInput/ComMassivPtr.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ class CComMassivPtr
{
// while(e)
e = elements[index]->Release();


#if 0
if (e != 0)
throw std::exception("Error!! Massive is not empty!!");
#endif
}

CoTaskMemFree(elements);
Expand Down

0 comments on commit 1bc74b3

Please sign in to comment.