Skip to content
Snippets Groups Projects
Commit 8f80dbba authored by Eric Wait's avatar Eric Wait
Browse files

Ensure that the new image pointer in CudaImageContainer is init to null

parent 48cfc18d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ public:
CudaImageContainer(Vec<size_t> dims, int device=0)
{
defaults();
image = NULL;
imageDims = dims;
maxImageDims = dims;
this->device = device;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment