Commit 7ace1466 authored by Nathan Yee's avatar Nathan Yee Committed by Morris Jette
Browse files

clean up list_destroy function calls

Replace logic of this form:
   if (x) {
     list_destroy(x);
     x = NULL;
  }
with the simpler
FREE_NULL_LIST(x)
bug 1785
parent 36ee414c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment