]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10667: [core] Segfault in crypto / srtp
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 24 Oct 2017 19:01:30 +0000 (14:01 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 25 Oct 2017 17:31:10 +0000 (12:31 -0500)
src/switch_rtp.c

index 4740cd5f7fa4c163fefb31c35fb956bd156b1f9e..bc5105cb6aee30f022c642aed4dce9fc6a63ee29 100644 (file)
@@ -3224,7 +3224,6 @@ static int do_dtls(switch_rtp_t *rtp_session, switch_dtls_t *dtls)
        int pending;
 
        if (!dtls->bytes && !ready) {
-               switch_mutex_unlock(rtp_session->ice_mutex);
                return 0;
        }