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
83725828
Commit
83725828
authored
Jan 18, 2011
by
Jens Georg
Committed by
Zeeshan Ali (Khattak)
Jan 18, 2011
Browse files
Fix leak of desc_path in gupnp_root_device_constructor
parent
d571bfe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
libgupnp/gupnp-root-device.c
View file @
83725828
...
...
@@ -453,6 +453,7 @@ gupnp_root_device_constructor (GType type,
DONE:
/* Cleanup */
g_free
(
desc_path
);
g_free
(
location
);
return
object
;
...
...
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