Allow NULL for some _free routines.
[openssl.git] / crypto / comp / comp_lib.c
index 137a5db7a2b2e552c749bd16fa794c00234dd8a0..c199bb352f139f9a5768402cf9a07cdfd245b709 100644 (file)
@@ -47,7 +47,6 @@ void COMP_CTX_free(COMP_CTX *ctx)
 {
     if (ctx == NULL)
         return;
-
     if (ctx->meth->finish != NULL)
         ctx->meth->finish(ctx);