Improve buffer memory management

This commit is contained in:
Mirco Miranda
2026-05-29 08:50:04 +02:00
committed by Mirco Miranda
parent 86b0fe60c5
commit ec640db10e
8 changed files with 113 additions and 54 deletions

View File

@@ -353,7 +353,7 @@ bool SGIImagePrivate::readImage(QImage &img)
return false;
}
_data = _dev->readAll();
_data = deviceRead(_dev, kMaxQVectorSize);
// sanity check
if (_rle) {