diff --git a/src/connection.c b/src/connection.c index cd43164c..7732a8f0 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1214,6 +1214,7 @@ static void _handle_shoutcast_compatible (client_queue_t *node) else INFO1 ("password does not match \"%s\"", client->refbuf->data); client_destroy (client); + free (source_password); free (node); return; }