Skip to content

Commit

Permalink
test: thumbnail: signal locked
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem authored and robUx4 committed Jan 21, 2023
1 parent 46bea82 commit 3ec5e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/input/thumbnail.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ static void thumbnailer_callback_cancel( void* data, picture_t* p_thumbnail )
assert( p_thumbnail == NULL );
vlc_mutex_lock( &p_ctx->lock );
p_ctx->b_done = true;
vlc_mutex_unlock( &p_ctx->lock );
vlc_cond_signal( &p_ctx->cond );
vlc_mutex_unlock( &p_ctx->lock );
}


Expand Down

0 comments on commit 3ec5e96

Please sign in to comment.