Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
483343b4
Commit
483343b4
authored
Apr 02, 2010
by
Alexandre Savard
Browse files
[#3116] Delete dbus instance in exit method
parent
92df44c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/dbus/dbusmanagerimpl.cpp
View file @
483343b4
...
...
@@ -60,5 +60,13 @@ DBusManagerImpl::exit()
_dispatcher
.
leave
();
delete
_callManager
;
delete
_configurationManager
;
delete
_instanceManager
;
#ifdef USE_NETWORKMANAGER
delete
_networkManager
;
#endif
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment