mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
small memory leak, only happened when a source exited
svn path=/icecast/trunk/icecast/; revision=7596
This commit is contained in:
parent
15016583ab
commit
69af6210c0
@ -237,6 +237,8 @@ void source_clear_source (source_t *source)
|
||||
source->no_mount = 0;
|
||||
source->max_listeners = -1;
|
||||
source->yp_public = 0;
|
||||
util_dict_free (source->audio_info);
|
||||
source->audio_info = NULL;
|
||||
|
||||
free(source->fallback_mount);
|
||||
source->fallback_mount = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user