mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-02 22:44:18 +01:00
spectrogram: Don't delete inputSource - doesn't own it anymore
This commit is contained in:
@@ -48,7 +48,6 @@ SpectrogramPlot::SpectrogramPlot(SampleSource<std::complex<float>> *src)
|
||||
SpectrogramPlot::~SpectrogramPlot()
|
||||
{
|
||||
delete fft;
|
||||
delete inputSource;
|
||||
}
|
||||
|
||||
void SpectrogramPlot::paintMid(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
|
||||
|
||||
Reference in New Issue
Block a user