mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Fix memory leak (CID 172413)
This commit is contained in:
parent
f27cdee9d3
commit
8ea0197235
@ -162,6 +162,7 @@ _build_reencode_cmd(const char *extension, const char *fileName,
|
||||
custom_songinfo = xstrdup(songinfo);
|
||||
}
|
||||
}
|
||||
xfree(songinfo);
|
||||
|
||||
memset(dicts, 0, sizeof(dicts));
|
||||
dicts[0].from = PLACEHOLDER_ARTIST;
|
||||
|
Loading…
Reference in New Issue
Block a user