Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLNA-RUI
gupnp
Commits
d7bb7056
Commit
d7bb7056
authored
Jun 24, 2010
by
Sven Neumann
Committed by
Ross Burton
Jun 24, 2010
Browse files
Chain up in finalize()
Signed-off-by:
Sven Neumann
<
s.neumann@raumfeld.com
>
parent
3817c1a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
libgupnp/gupnp-xml-doc.c
View file @
d7bb7056
...
...
@@ -52,6 +52,8 @@ gupnp_xml_doc_finalize (GObject *object)
doc
=
GUPNP_XML_DOC
(
object
);
xmlFreeDoc
(
doc
->
doc
);
G_OBJECT_CLASS
(
gupnp_xml_doc_parent_class
)
->
finalize
(
object
);
}
static
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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