diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/d1_srtp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_srtp.c b/src/lib/libssl/d1_srtp.c index eb1877a12c..4b1b24a3c1 100644 --- a/src/lib/libssl/d1_srtp.c +++ b/src/lib/libssl/d1_srtp.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: d1_srtp.c,v 1.22 2017/08/27 02:58:04 doug Exp $ */ | 1 | /* $OpenBSD: d1_srtp.c,v 1.23 2018/11/09 04:35:09 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -207,6 +207,7 @@ ssl_ctx_make_profiles(const char *profiles_string, | |||
| 207 | ptr = col + 1; | 207 | ptr = col + 1; |
| 208 | } while (col); | 208 | } while (col); |
| 209 | 209 | ||
| 210 | sk_SRTP_PROTECTION_PROFILE_free(*out); | ||
| 210 | *out = profiles; | 211 | *out = profiles; |
| 211 | 212 | ||
| 212 | return 0; | 213 | return 0; |
