1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-02 06:01:10 +00:00

Fix: Fixed memory leak in admin/ui commands

This commit is contained in:
Philipp Schafft 2022-03-05 11:09:25 +00:00
parent 9774df2386
commit 3ed84375e6

View File

@ -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);