Skip to content

fccfg.c: lock_config: Fix potential memory leak

It is tiny and probably never happened in real life, but if the creation of the mutex starts twice at the exact same time, some memory is leaked. This commit frees the taken memory before a retry to fix the leak.

Merge request reports