> 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