mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
- fixed small memory leak
svn path=/trunk/icecast/; revision=5010
This commit is contained in:
parent
303c11197f
commit
fb9292658b
@ -118,6 +118,8 @@ void stats_shutdown()
|
||||
free(event->source);
|
||||
if(event->value)
|
||||
free(event->value);
|
||||
if(event->name)
|
||||
free(event->name);
|
||||
next = event->next;
|
||||
free(event);
|
||||
event = next;
|
||||
|
Loading…
Reference in New Issue
Block a user