stop service on shutdown
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 27 Jan 2006 14:28:54 +0000 (14:28 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 27 Jan 2006 14:28:54 +0000 (14:28 +0000)
lib/nav/core.cpp

index 7120478..edc63c1 100644 (file)
@@ -84,6 +84,7 @@ eNavigation::eNavigation(iServiceHandler *serviceHandler)
 
 eNavigation::~eNavigation()
 {
+       stopService();
 }
 
 DEFINE_REF(eNavigation);