From 7128815d6cd5106441f7be5454a8a7375c8ac1ab Mon Sep 17 00:00:00 2001 From: christian linke Date: Tue, 30 Oct 2012 17:52:13 +0100 Subject: * make DLTWrapper unregister itself before exiting Signed-off-by: christian linke --- AudioManagerDaemon/src/CAmControlReceiver.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AudioManagerDaemon/src/CAmControlReceiver.cpp') diff --git a/AudioManagerDaemon/src/CAmControlReceiver.cpp b/AudioManagerDaemon/src/CAmControlReceiver.cpp index 583ad0d..6960fd0 100644 --- a/AudioManagerDaemon/src/CAmControlReceiver.cpp +++ b/AudioManagerDaemon/src/CAmControlReceiver.cpp @@ -485,6 +485,8 @@ void CAmControlReceiver::confirmControllerRundown() { logInfo ("CAmControlReceiver::confirmControllerRundown(), exiting regularly"); //once the controller is ready, it will exit. + CAmDltWrapper* inst(getWrapper()); + inst->deinit(); exit (0); //todo: one time implement here system interaction with NSM } -- cgit v1.2.1