
10 Oct
2016
10 Oct
'16
4:05 p.m.
On Mon, Oct 10, 2016 at 11:42:15 -0400, John Ferlan wrote:
In both virLogParseOutput and virLogParseFilter, rather than returning NULL, goto cleanup since it's possible that for each the first condition passes, but the || condition doesn't and thus we leak memory.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/util/virlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ACK