NPP : NppStreamHandler fix

This commit is contained in:
Namgoo Lee 2018-05-23 15:54:39 +09:00
parent 2f9b4439af
commit 79af0bfccf

View File

@ -152,7 +152,7 @@ namespace cv { namespace cuda
inline ~NppStreamHandler() inline ~NppStreamHandler()
{ {
cudaStreamSynchronize(oldStream); nppSafeSetStream(nppGetStream(), oldStream);
} }
private: private: