[vlc-commits] [Git][videolan/vlc][master] config: fix typo

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Sun Dec 19 15:36:06 UTC 2021



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.




More information about the vlc-commits mailing list