Skip to content
Snippets Groups Projects
Commit d5e12400 authored by Xabi's avatar Xabi
Browse files

Initialize row_pointers

Change-Id: Ie12cce088a6ed29f8c73a39587610db2cdf2e3ee
parent adf24a53
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ void vtkPNGWriter::WriteSlice(vtkImageData *data, int* uExtent)
this->TempFP = 0;
png_byte **row_pointers;
png_byte **row_pointers = 0;
if (this->WriteToMemory)
{
vtkUnsignedCharArray *uc = this->GetResult();
......
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