Commit ab702872 authored by Matteo DB's avatar Matteo DB
Browse files

release lo cleanup

parent 2cb866f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ void CComponentCore::cleanup()
        m_control->closeConnection();
        delete m_control;
    }
    m_mixer.releaseComponents();
}

void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErrorExImpl,ComponentErrors::ValidationErrorExImpl,ComponentErrors::ValueOutofRangeExImpl,
@@ -179,6 +180,7 @@ void CComponentCore::deactivate() throw (ReceiversErrors::NoRemoteControlErrorEx
{
    // no guard needed.
    lnaOff(); // throw (ReceiversErrors::NoRemoteControlErrorExImpl,ReceiversErrors::ReceiverControlBoardErrorExImpl)
    m_mixer.releaseComponents();
}


+4 −1
Original line number Diff line number Diff line
@@ -9,7 +9,10 @@
			"*.idl": "cpp",
			"ira": "cpp",
			"map": "cpp",
			"bitset": "cpp"
			"bitset": "cpp",
			"cmath": "cpp",
			"complex": "cpp",
			"valarray": "cpp"
		}
	}
}
 No newline at end of file