mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 03:39:48 +03:00
fix #6 Утечка памяти, если метод модели data возвращает дефолтный QVariant для всех ячеек таблицы
This commit is contained in:
@@ -338,7 +338,8 @@ void ReportRender::renderBand(BandDesignIntf *patternBand, ReportRender::DataRen
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {delete bandClone;}
|
||||
|
||||
if (patternBand->isFooter())
|
||||
datasources()->clearGroupFunctionValues(patternBand->objectName());
|
||||
}
|
||||
|
Reference in New Issue
Block a user