Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
d9686e70
Commit
d9686e70
authored
Jun 08, 2018
by
Philipp Schafft
🦁
Browse files
Fix: Free temp memory
parent
c60e9577
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/reportxml.c
View file @
d9686e70
...
...
@@ -802,6 +802,8 @@ reportxml_node_t * reportxml_database_build_node(reportxml_database_t *db,
if
(
template
)
{
reportxml_node_t
*
tpl
=
reportxml_database_build_node
(
db
,
template
,
depth
-
1
);
free
(
template
);
if
(
tpl
)
{
ret
=
reportxml_node_copy
(
tpl
);
refobject_unref
(
tpl
);
...
...
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