GenericCommunicator: fixed crash during shutdown, if no ipcModule was loaded
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 5 Jul 2012 09:51:26 +0000 (02:51 -0700)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 5 Jul 2012 09:51:44 +0000 (02:51 -0700)
commit1357d7d3ae952eeeff51fa2fdc886c9aba0d33b5
treeb9009eacf759611e3bfc7e7d1a2918ddad44d70e
parent7f2786ab857c9f74f25682d8c5aa256e03c8cd19
GenericCommunicator: fixed crash during shutdown, if no ipcModule was loaded

the GenericCommunicator always tried to destroy the ipcModule. this failed
and resulted in a crash, if no ipcModule was loaded during startup.
LayerManagerPlugins/Communicators/GenericCommunicator/include/GenericCommunicator.h
LayerManagerPlugins/Communicators/GenericCommunicator/src/GenericCommunicator.cpp