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

Properly initialize ez

This commit is contained in:
Moritz Grimm 2018-01-23 11:09:45 +01:00
parent d81a3e23bb
commit 20c7bd64b1

View File

@ -380,7 +380,7 @@ int
main(int argc, char *argv[])
{
int ret;
EZCONFIG *ez;
EZCONFIG *ez = NULL;
ret = 1;
if (0 > cfg_init() ||