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(a)redhat.com>
---
src/util/virlog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
ACK