1
0
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:
Vadim Pisarevsky
2013-10-22 23:34:16 +04:00
parent d3076c5014
commit de521fc9fa
6 changed files with 100 additions and 51 deletions
+3 -1
View File
@@ -80,8 +80,10 @@ public:
void deallocate(UMatData* u) const
{
if(u)
{
fastFree(u->origdata);
delete u;
delete u;
}
}
void map(UMatData*, int) const