diff options
Diffstat (limited to 'dbus/test_service.cc')
-rw-r--r-- | dbus/test_service.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/test_service.cc b/dbus/test_service.cc index ca0eea3..b0207b0 100644 --- a/dbus/test_service.cc +++ b/dbus/test_service.cc @@ -30,6 +30,7 @@ TestService::TestService(const Options& options) } TestService::~TestService() { + Stop(); } bool TestService::StartService() { |