Skip to content

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.

Merge request reports