mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:53:46 +01:00
Fixed typo on mutex
This commit is contained in:
parent
5a0e067dce
commit
88d76762f5
@ -1151,7 +1151,7 @@ search(void* parameter)
|
||||
g_static_mutex_lock(&(Zathura.Lock.document_lock));
|
||||
if(!Zathura.PDF.document || !search_item || !strlen(search_item))
|
||||
{
|
||||
g_static_mutex_lock(&(Zathura.Lock.document_lock));
|
||||
g_static_mutex_unlock(&(Zathura.Lock.document_lock));
|
||||
g_static_mutex_lock(&(Zathura.Lock.search_lock));
|
||||
Zathura.Thread.search_thread_running = FALSE;
|
||||
g_static_mutex_unlock(&(Zathura.Lock.search_lock));
|
||||
|
Loading…
Reference in New Issue
Block a user