This commit is contained in:
marina.kolpakova
2013-03-17 05:50:45 +04:00
parent ea79357fd3
commit 92ba74a3ee
2 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ void cv::gpu::CudaMem::create(int _rows, int _cols, int _type, int _alloc_type)
//datastart = data = (uchar*)fastMalloc(datasize + sizeof(*refcount));
alloc_type = _alloc_type;
void *ptr;
void *ptr = 0;
switch (alloc_type)
{