diff --git a/src/capture/Source.cpp b/src/capture/Source.cpp index 5d40395..2f7e96a 100644 --- a/src/capture/Source.cpp +++ b/src/capture/Source.cpp @@ -65,6 +65,9 @@ void Source::close_file() void Source::kill() { if (type == "RspDuo") + { + stop(); + } else if (type == "HackRF") { stop(); }