From 09e483b450ae62d344936f54ee666d461166be21 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 26 Apr 2013 14:01:50 -0400 Subject: EPhotoCache: Forgot to unlock a mutex. Yikes, that would be bad... --- e-util/e-photo-cache.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util') diff --git a/e-util/e-photo-cache.c b/e-util/e-photo-cache.c index a0ccb12813..6a03d10a51 100644 --- a/e-util/e-photo-cache.c +++ b/e-util/e-photo-cache.c @@ -386,6 +386,8 @@ async_context_cancel_subtasks (AsyncContext *async_context) g_list_free (list); + g_mutex_unlock (&async_context->lock); + g_main_context_unref (main_context); } -- cgit v1.2.3