Skip to content
  • Rémi Denis-Courmont's avatar
    interaction: fix signal leak · a3069143
    Rémi Denis-Courmont authored
    There is no point in unlocking and locking again immediatly.
    Not only will this typically fail to yield the CPU to another would-be
    waiting thread, but vlc_object_wait() will unlock&lock anyway.
    a3069143