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
7e465013
Commit
7e465013
authored
Jan 18, 2015
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: fixed memory leak on XSPF generation
parent
5e5d575a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/fserve.c
src/fserve.c
+1
-0
No files found.
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
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