Commit a855d1a1 authored by Matt Caswell's avatar Matt Caswell
Browse files

Free a temporary buffer used by dsaparam application



The dsaparam application allocates a temporary buffer but then doesn't
free it.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent b0cb22b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -244,6 +244,7 @@ int dsaparam_main(int argc, char **argv)
                            "        return NULL;\n"
                            "    }\n"
                            "    return(dsa);\n}\n");
        OPENSSL_free(data);
    }

    if (!noout) {