radioengine/utils/src/cradioroutableaudio.cpp
changeset 57 21be958eb3ce
parent 28 075425b8d9a4
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    39 //
    39 //
    40 // ---------------------------------------------------------------------------
    40 // ---------------------------------------------------------------------------
    41 //
    41 //
    42 EXPORT_C CRadioRoutableAudio::~CRadioRoutableAudio()
    42 EXPORT_C CRadioRoutableAudio::~CRadioRoutableAudio()
    43     {
    43     {
       
    44     LEVEL3( LOG_METHOD_AUTO );
    44     iAudioRouter->UnRegisterRoutableAudio( this );
    45     iAudioRouter->UnRegisterRoutableAudio( this );
    45     delete iAudioOutput;
    46     delete iAudioOutput;
    46     delete iAudioRouter;
    47     delete iAudioRouter;
    47     }
    48     }
    48 
    49