From: Steinar H. Gunderson Date: Fri, 28 Jul 2017 17:06:33 +0000 (+0200) Subject: Fix a double-unlock. X-Git-Tag: 1.5.3~6 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=4a714eb0295835778f274b07df6acc4cb0889fa4 Fix a double-unlock. --- diff --git a/resource_pool.cpp b/resource_pool.cpp index 6228fa2..bf6d12c 100644 --- a/resource_pool.cpp +++ b/resource_pool.cpp @@ -548,7 +548,6 @@ GLuint ResourcePool::create_vec2_vao(const set &attribute_indices, GLuint } } } - pthread_mutex_unlock(&lock); // Create a new one. VAO vao_format;