Loading ssl/d1_srtp.c +2 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,8 @@ static int ssl_ctx_make_profiles(const char *profiles_string, ptr = col + 1; } while (col); sk_SRTP_PROTECTION_PROFILE_free(*out); *out = profiles; return 0; Loading Loading
ssl/d1_srtp.c +2 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,8 @@ static int ssl_ctx_make_profiles(const char *profiles_string, ptr = col + 1; } while (col); sk_SRTP_PROTECTION_PROFILE_free(*out); *out = profiles; return 0; Loading