memory leak fix

This commit is contained in:
Charles J. Cliffe 2015-09-11 00:42:09 -04:00
parent 45d6531b82
commit 7a01c436d6
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ AppFrame::AppFrame() :
demodSpectrumCanvas->attachWaterfallCanvas(demodWaterfallCanvas);
demodVisuals->Add(demodWaterfallCanvas, 6, wxEXPAND | wxALL, 0);
wxGetApp().getDemodSpectrumProcessor()->attachOutput(demodWaterfallCanvas->getVisualDataQueue());
demodWaterfallCanvas->getVisualDataQueue()->set_max_num_items(3);
demodTray->Add(demodVisuals, 30, wxEXPAND | wxALL, 0);