mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #2280 from ilya-lavrenov:attempt_pvc
This commit is contained in:
@@ -221,8 +221,8 @@ public:
|
||||
|
||||
MatAllocator* Mat::getStdAllocator()
|
||||
{
|
||||
static StdMatAllocator allocator;
|
||||
return &allocator;
|
||||
static MatAllocator * allocator = new StdMatAllocator();
|
||||
return allocator;
|
||||
}
|
||||
|
||||
void swap( Mat& a, Mat& b )
|
||||
|
||||
Reference in New Issue
Block a user