Skip to content

Commit

Permalink
Merge 6d7e66d into 33edc9e
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc authored Sep 19, 2021
2 parents 33edc9e + 6d7e66d commit 6ed0d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/image_display/ImageDisplay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ void ImageDisplay::ProcessImage()
image.setPixel(i, j, value);
}
}

delete [] data;
}

this->dataPtr->provider->SetImage(image);
Expand Down

0 comments on commit 6ed0d91

Please sign in to comment.