[PATCH] crypt32/tests: Fix a memory leak in testFindCRL.

Erich E. Hoover erich.e.hoover at wine-staging.com
Tue Mar 7 08:03:16 CST 2017


On Sun, Feb 26, 2017 at 11:52 PM, Alex Henrie <alexhenrie24 at gmail.com> wrote:
> ...
> +    store = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0,
> +                          CERT_STORE_CREATE_NEW_FLAG, NULL);
> +    if (!store) return;
> +
> ...

Would you mind adding an error when this happens?  Otherwise we may
not know that these tests did not run.

Best,
Erich



More information about the wine-devel mailing list