From edf0955c5445d62304bd97924f3775c99ba76ec5 Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang@gmail.com>
Date: Mon, 2 Nov 2009 10:53:35 -0800
Subject: [PATCH] Fix a memory leak in a test

---
 dlls/crypt32/tests/chain.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c
index 7f3aa81..3f36afb 100644
--- a/dlls/crypt32/tests/chain.c
+++ b/dlls/crypt32/tests/chain.c
@@ -2117,6 +2117,7 @@ static void test_CERT_CHAIN_PARA_cbSize(void)
         pCertFreeCertificateChain(chain);
     }
 
+    CertFreeCertificateContext(cert);
     CertCloseStore(store, 0);
 }
 
-- 
1.6.0.6

