mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Fixed memory leak in admin/ui commands
This commit is contained in:
parent
9774df2386
commit
3ed84375e6
@ -1644,6 +1644,7 @@ static void ui_command(client_t * client, source_t * source, admin_format_t form
|
||||
|
||||
refobject_unref(param);
|
||||
refobject_unref(resource);
|
||||
refobject_unref(incident);
|
||||
|
||||
client_send_reportxml(client, report, DOCUMENT_DOMAIN_ADMIN, buffer, format, 200, NULL);
|
||||
refobject_unref(report);
|
||||
|
Loading…
x
Reference in New Issue
Block a user