From: Andrey Volk Date: Fri, 12 Jul 2019 16:39:23 +0000 (+0400) Subject: FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_cert.c X-Git-Tag: v1.10.0~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f2568e6e8914a3132fb03c3f830b62f9e96f1ed;p=thirdparty%2Ffreeswitch.git FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_cert.c --- diff --git a/src/switch_core_cert.c b/src/switch_core_cert.c index 1083a70332..5bcc046fe4 100644 --- a/src/switch_core_cert.c +++ b/src/switch_core_cert.c @@ -378,7 +378,6 @@ static int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days if (!EVP_PKEY_assign_RSA(pk, rsa)) { abort(); - goto err; } rsa = NULL;