diff --git a/src/output/shout_plugin.c b/src/output/shout_plugin.c index d808f48c6..ec5fca3d9 100644 --- a/src/output/shout_plugin.c +++ b/src/output/shout_plugin.c @@ -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; } {