folks: Fix a possible invalid free
When error is freed, it’s not set to NULL, which results in it to be pointing to an invalid memory on a subsequent iteration.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
When error is freed, it’s not set to NULL, which results in it to be pointing to an invalid memory on a subsequent iteration.