Delete temp sdcmImage

This commit is contained in:
Krad
2022-06-29 10:14:36 +08:00
parent 54dd173a60
commit 19dc130f12

View File

@@ -51,7 +51,7 @@ QPixmap DicomUtil::GetThumbnail(ExtendMedicalImageProperties *property) {
p.drawPixmap(50 - image.width() / 2, 50 - image.height() / 2, QPixmap::fromImage(image));
}
delete sdcmImage;
// p.save();
}
delete fileFormat;