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:
parent
d81a3e23bb
commit
20c7bd64b1
@ -380,7 +380,7 @@ int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
int ret;
|
||||
EZCONFIG *ez;
|
||||
EZCONFIG *ez = NULL;
|
||||
|
||||
ret = 1;
|
||||
if (0 > cfg_init() ||
|
||||
|
Loading…
Reference in New Issue
Block a user