cleanup debug and memory and add stupid code for using sep dtls session when rtcp is not mux

This commit is contained in:
Anthony Minessale
2013-02-02 23:57:27 -06:00
parent eae2e6aeca
commit 16fa338b49
5 changed files with 288 additions and 185 deletions
+4
View File
@@ -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;