man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in UMat::getMat()
This commit is contained in:

committed by
Alexander Alekhin

parent
536634b1fe
commit
cea2dafa0f
@@ -496,6 +496,7 @@ struct CV_EXPORTS UMatData
|
||||
void* handle;
|
||||
void* userdata;
|
||||
int allocatorFlags_;
|
||||
int mapcount;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user