Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
e24e524c
Commit
e24e524c
authored
Jun 27, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Access correct object
parent
52429c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/reportxml.c
src/reportxml.c
+1
-1
No files found.
src/reportxml.c
View file @
e24e524c
...
...
@@ -395,7 +395,7 @@ reportxml_node_t * reportxml_node_parse_xmlnode(xmlNodePtr xmlnode)
xmlNodePtr
cur
=
xmlnode
->
xmlChildrenNode
;
do
{
if
(
node
->
type
==
REPORTXML_NODE_TYPE_EXTENSION
)
{
if
(
node
def
->
type
==
REPORTXML_NODE_TYPE_EXTENSION
)
{
if
(
reportxml_node_add_xml_child
(
node
,
cur
)
!=
0
)
{
refobject_unref
(
node
);
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