Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
df119c97 by Rémi Denis-Courmont at 2021-07-13T19:17:06+00:00
variables: add missing initialiser

- - - - -


1 changed file:

- src/misc/variables.c


Changes:

=====================================
src/misc/variables.c
=====================================
@@ -350,6 +350,8 @@ int (var_Create)( vlc_object_t *p_this, const char 
*psz_name, int i_type )
             vlc_assert_unreachable ();
     }
 
+    vlc_cond_init(&p_var->wait);
+
     if (i_type & VLC_VAR_DOINHERIT)
         var_Inherit(p_this, psz_name, i_type, &p_var->val);
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/df119c979e2ae94f79136856956f6e271970fbd8

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/df119c979e2ae94f79136856956f6e271970fbd8
You're receiving this email because of your account on code.videolan.org.


_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to