Merge pull request #1429 from whatdoineed2do/streaming-status-leak

[streaming] memleak introduced via e1375f6ad
This commit is contained in:
ejurgensen 2022-03-06 09:46:24 +01:00 committed by GitHub
commit 9d6eec3b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -367,6 +367,7 @@ streaming_player_status_update(void)
}
snprintf(streaming_icy_title, sizeof(streaming_icy_title), "%s - %s", queue_item->title, queue_item->artist);
free_queue_item(queue_item, 0);
}
static void