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