Re: [PATCH v2 2/2] perf tools: Improve exception handling in two functions of perf events parser

From: Markus Elfring
Date: Thu Jun 11 2020 - 15:09:50 EST


> Fix potential memory leak. Function new_term may return error, so
> it is need to free memory when the return value is negative.

How do you think about a wording variant like the following?

Add jump targets so that a configuration object and a duplicated string
are released after a call of the function âstrdupâ or ânew_termâ failed.

Regards,
Markus