...
To correct this problem, the logic in the error handling code in process_list()
should be changed so that it no longer frees list
. This change ensures that list
is freed only once, in process_list()
.
...
...
To correct this problem, the logic in the error handling code in process_list()
should be changed so that it no longer frees list
. This change ensures that list
is freed only once, in process_list()
.
...