Signed-off-by: Alex Henrie <alexhenrie24@xxxxxxxxx> --- src/confmisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confmisc.c b/src/confmisc.c index eb8218c1..aece39c3 100644 --- a/src/confmisc.c +++ b/src/confmisc.c @@ -440,8 +440,8 @@ int snd_func_concat(snd_config_t **dst, snd_config_t *root, snd_config_t *src, err = snd_config_get_id(src, &id); if (err >= 0) err = snd_config_imake_string(dst, id, res); - free(res); __error: + free(res); return err; } #ifndef DOC_HIDDEN -- 2.29.2.368.ge46b91665e.dirty