Code cleanup: don't bother casting the argument to pfree() to void *
from another pointer type. Per C89, this is unnecessary, and it is common practice throughout the rest of the tree anyway.
Showing
Please register or sign in to comment