Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
7e465013
Commit
7e465013
authored
Jan 18, 2015
by
Philipp Schafft
🦁
Browse files
Fix: fixed memory leak on XSPF generation
parent
5e5d575a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/fserve.c
View file @
7e465013
...
...
@@ -503,6 +503,7 @@ int fserve_client_create (client_t *httpclient, const char *path)
free
(
reference
);
admin_send_response
(
doc
,
httpclient
,
TRANSFORMED
,
xslt_playlist_requested
);
xmlFreeDoc
(
doc
);
free
(
fullpath
);
return
0
;
}
...
...
Write
Preview
Supports
Markdown
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