mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
fixed some more compile bugs (including Python bindings)
This commit is contained in:
@@ -80,8 +80,10 @@ public:
|
||||
void deallocate(UMatData* u) const
|
||||
{
|
||||
if(u)
|
||||
{
|
||||
fastFree(u->origdata);
|
||||
delete u;
|
||||
delete u;
|
||||
}
|
||||
}
|
||||
|
||||
void map(UMatData*, int) const
|
||||
|
||||
Reference in New Issue
Block a user