diff --git a/src/control/setup.c b/src/control/setup.c index 44c9866f..e4c5f003 100644 --- a/src/control/setup.c +++ b/src/control/setup.c @@ -418,7 +418,6 @@ static int add_elem(snd_sctl_t *h, snd_config_t *_conf, snd_config_t *private_da } if ((err = snd_config_get_ctl_iface_ascii(ptr)) < 0) { SNDERR("Invalid value for '%s'", id); - free(tmp); goto _err; } iface = err;