[vlc-commits] [Git][videolan/vlc][master] sap: fix deadlock
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Sun Feb 18 11:06:45 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
049fbf50 by Prince Gupta at 2024-02-18T09:52:07+00:00
sap: fix deadlock
use vlc_poll implementation, fixes #28528
- - - - -
1 changed file:
- modules/services_discovery/sap.c
Changes:
=====================================
modules/services_discovery/sap.c
=====================================
@@ -33,6 +33,7 @@
 #include <vlc_common.h>
 #include <vlc_arrays.h>
 #include <vlc_threads.h>
+#include <vlc_poll.h>
 #include <vlc_plugin.h>
 #include <assert.h>
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/049fbf5008fe7feb07ecd5ef06b718fdae0e1b9c
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/049fbf5008fe7feb07ecd5ef06b718fdae0e1b9c
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list