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


Commits:
04029770 by Rémi Denis-Courmont at 2021-12-19T13:11:18+00:00
config: fix typo

- - - - -


1 changed file:

- src/config/core.c


Changes:

=====================================
src/config/core.c
=====================================
@@ -518,6 +518,6 @@ void config_ResetAll(void)
                 vlc_param_SetString(param, p_config->orig.psz);
         }
     }
-    vlc_mutex_lock(&config_lock);
+    vlc_mutex_unlock(&config_lock);
     atomic_store_explicit(&config_dirty, true, memory_order_release);
 }



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

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/040297708efa7f0d29abf4a42ad105296b21d383
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