some cleanups

This commit is contained in:
Ingo Weyrich
2020-02-27 21:22:34 +01:00
parent 4f0414af89
commit f7792aa936
7 changed files with 282 additions and 574 deletions

View File

@@ -801,8 +801,7 @@ private:
// commented out because it makes the application crash when batch processing...
// TODO: find a better place to flush rawData and rawRGB
if (flush) {
imgsrc->flushRawData();
imgsrc->flushRGB();
imgsrc->flush();
}
return true;