From c343f355b6abfe65adc696b57b18dc57c834acbc Mon Sep 17 00:00:00 2001 From: Pankaj Sharma Date: Mon, 24 Dec 2012 08:49:00 +0000 Subject: Fix leak when initializing the proxy module https://bugs.freedesktop.org/show_bug.cgi?id=58704 --- p11-kit/proxy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'p11-kit') 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); -- cgit v1.1