1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Plug memory leak

This commit is contained in:
Moritz Grimm 2015-05-18 23:36:43 +02:00
parent 876660fc17
commit 02b42c8446

View File

@ -137,6 +137,7 @@ cfg_reload(void)
/* roll back */
_cfg_reset(&cfg);
_cfg_copy(&cfg, &cfg_tmp);
_cfg_reset(&cfg_tmp);
return (-1);
}
_cfg_reset(&cfg_tmp);