Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.8.0
Description
When adding and removing data from a QXYSeries and displaying on a QChart the memory use of the application builds over time. A solution exists where I can delete the QXYSeries, create a new one, and insert the data every time I want to redraw the QChart. It would appear that QXYSeries::remove(...) does not free up space.