Merge pull request #2438 from mtbkeith/fix2433_CrashingCompares

Fix crash of comparison rides
This commit is contained in:
Mark Liversedge
2017-04-03 08:05:23 +01:00
committed by GitHub

View File

@@ -4971,9 +4971,6 @@ AllPlot::setDataFromPlots(QList<AllPlot *> plots)
}
}
if (ourCurve) delete ourCurve;
if (ourICurve) delete ourICurve;
// move on -- this is used to reference into the compareIntervals
// array to get the colors predominantly!