f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.87k stars 435 forks source link

Fix/sid memleaks #2120

Closed dforsi closed 4 months ago

dforsi commented 4 months ago

This PR deletes some objects and removes some disconnect() that shouldn't be needed since all the objects that would receive the signals are destroyed.

Should I use deleteLater() instead?

srcejon commented 4 months ago

Should I use deleteLater() instead?

I think delete should be fine, thanks.