Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...