1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Deep redesign: corrections after Valgrind memcheck

This commit is contained in:
f4exb
2015-08-29 03:09:44 +02:00
parent 43a783aceb
commit cebedf1460
5 changed files with 23 additions and 5 deletions
@@ -42,6 +42,7 @@ BladerfGui::BladerfGui(PluginAPI* pluginAPI, QWidget* parent) :
BladerfGui::~BladerfGui()
{
delete m_sampleSource; // Valgrind memcheck
delete ui;
}