Add Data Copy Reminder

This commit is contained in:
2020-01-12 15:22:11 -08:00
parent eef985ecfc
commit 56dfe9366d

View File

@@ -36,6 +36,7 @@ void StreamReader::run()
lWidth = lImage->GetWidth();
lHeight = lImage->GetHeight();
// May need to push copy of data, not pointer to buffer in case it deallocs
emit NewImage(lWidth, lHeight, lImage->GetDataPointer());
}
else