diff options
Diffstat (limited to 'p11-kit/proxy.c')
-rw-r--r-- | p11-kit/proxy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p11-kit/proxy.c b/p11-kit/proxy.c index a4b947a..c8ba593 100644 --- a/p11-kit/proxy.c +++ b/p11-kit/proxy.c @@ -280,6 +280,8 @@ initialize_mappings_unlocked_reentrant (void) free (slots); } + free (funcss); + /* Another thread raced us here due to above reentrancy */ if (gl.mappings) { free (mappings); |