Commit bd3008a3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

variables use are thread safe. No need for nested locking.

parent 1862b832
......@@ -402,7 +402,6 @@ static void Init( intf_thread_t *p_intf )
/* And quit */
QMutexLocker locker (&windowLock);
val.p_address = NULL;
var_Set (p_intf, "window_widget", val);
/* Destroy first the main interface because it is connected to some slots
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment