This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 186e388716 avformat/whip: use ffurl_closep instead of ffurl_close for 
dtls_uc
186e388716 is described below

commit 186e388716dcfa29a5d7e4b53e732e7e74b4bb31
Author:     Nariman-Sayed <[email protected]>
AuthorDate: Mon Feb 23 23:38:41 2026 +0200
Commit:     Timo Rothenpieler <[email protected]>
CommitDate: Tue Feb 24 02:58:34 2026 +0000

    avformat/whip: use ffurl_closep instead of ffurl_close for dtls_uc
---
 libavformat/whip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/whip.c b/libavformat/whip.c
index fda5fed40c..08bd19d9c7 100644
--- a/libavformat/whip.c
+++ b/libavformat/whip.c
@@ -1999,7 +1999,7 @@ static av_cold void whip_deinit(AVFormatContext *s)
     ff_srtp_free(&whip->srtp_video_rtx_send);
     ff_srtp_free(&whip->srtp_rtcp_send);
     ff_srtp_free(&whip->srtp_recv);
-    ffurl_close(whip->dtls_uc);
+    ffurl_closep(&whip->dtls_uc);
     ffurl_closep(&whip->udp);
     av_freep(&whip->dtls_fingerprint);
 }

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to