summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/CAmControlReceiver.cpp
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-10-30 17:52:13 +0100
committerchristian linke <christian.linke@bmw.de>2012-10-30 17:52:13 +0100
commit7128815d6cd5106441f7be5454a8a7375c8ac1ab (patch)
tree6db286136aa6775e530d94e669144b3ff31c3273 /AudioManagerDaemon/src/CAmControlReceiver.cpp
parentf9de38ac41d5da1d5cc52e8797dd47bdac4b3116 (diff)
downloadaudiomanager-7128815d6cd5106441f7be5454a8a7375c8ac1ab.tar.gz
* make DLTWrapper unregister itself before exiting
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/src/CAmControlReceiver.cpp')
-rw-r--r--AudioManagerDaemon/src/CAmControlReceiver.cpp2
1 files changed, 2 insertions, 0 deletions
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
}