fixed 2228

This commit is contained in:
marina.kolpakova 2012-08-02 13:18:55 +04:00
parent 989631c5cc
commit 8d73bbb8b7

View File

@ -255,6 +255,8 @@ private:
ncvAssertPrintReturn(gpuAllocator->isInitialized(), "Error creating GPU memory allocator", NCV_CUDA_ERROR);
ncvAssertPrintReturn(cpuAllocator->isInitialized(), "Error creating CPU memory allocator", NCV_CUDA_ERROR);
lastAllocatedFrameSize = frameSize;
return NCV_SUCCESS;
}