mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
cleanup debug and memory and add stupid code for using sep dtls session when rtcp is not mux
This commit is contained in:
@@ -133,6 +133,10 @@ SWITCH_DECLARE(int) switch_core_cert_gen_fingerprint(const char *prefix, dtls_fi
|
||||
BIO_free_all(bio);
|
||||
}
|
||||
|
||||
if (x509) {
|
||||
X509_free(x509);
|
||||
}
|
||||
|
||||
free(rsa);
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user