From 24b83757cc830b1102d27e37c03c86bbeffc6e50 Mon Sep 17 00:00:00 2001 From: neldoreth Date: Thu, 21 Jan 2010 11:07:08 +0100 Subject: [PATCH] Remove mutex_unlock Why has it exist anyway? --- zathura.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/zathura.c b/zathura.c index 2b18681..968e989 100644 --- a/zathura.c +++ b/zathura.c @@ -780,8 +780,6 @@ search(void* parameter) GList* list; int ov; - pthread_mutex_unlock(&(Zathura.PDF.pages[next_page]->lock)); - if(argument->data) search_item = g_strdup((char*) argument->data);