Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLNA-RUI
gupnp
Commits
0e9ca611
Commit
0e9ca611
authored
Sep 04, 2010
by
Zeeshan Ali (Khattak)
Browse files
Don't forget to free the DBusError
parent
c548ff1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libgupnp/gupnp-network-manager.c
View file @
0e9ca611
...
...
@@ -435,6 +435,7 @@ connect_to_system_bus (GMainContext *main_context,
if
(
*
connection
==
NULL
)
{
g_message
(
"Failed to connect to System Bus: %s"
,
derror
.
message
);
dbus_error_free
(
&
derror
);
return
NULL
;
}
...
...
Write
Preview
Markdown
is supported
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