output/shout: fix a memory leak
This commit is contained in:
parent
eb2f413cf0
commit
a222c4879c
@ -281,7 +281,7 @@ my_shout_init_driver(const struct audio_format *audio_format,
|
||||
if (value != NULL && shout_set_url(sd->shout_conn, value)) {
|
||||
g_set_error(error, shout_output_quark(), 0,
|
||||
"%s", shout_get_error(sd->shout_conn));
|
||||
return NULL;
|
||||
goto failure;
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user