Skip to content
Snippets Groups Projects
Commit 483343b4 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3116] Delete dbus instance in exit method

parent 92df44c8
Branches
Tags
No related merge requests found
......@@ -60,5 +60,13 @@ DBusManagerImpl::exit()
_dispatcher.leave();
delete _callManager;
delete _configurationManager;
delete _instanceManager;
#ifdef USE_NETWORKMANAGER
delete _networkManager;
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment