aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-04-27 02:01:50 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-27 02:02:17 +0800
commit09e483b450ae62d344936f54ee666d461166be21 (patch)
tree755f33833cb2b4255c0882877496b87e7207aba0 /e-util
parentc155b170bcf644ab2cdf7b11afdda0d9c100772e (diff)
downloadgsoc2013-evolution-09e483b450ae62d344936f54ee666d461166be21.tar
gsoc2013-evolution-09e483b450ae62d344936f54ee666d461166be21.tar.gz
gsoc2013-evolution-09e483b450ae62d344936f54ee666d461166be21.tar.bz2
gsoc2013-evolution-09e483b450ae62d344936f54ee666d461166be21.tar.lz
gsoc2013-evolution-09e483b450ae62d344936f54ee666d461166be21.tar.xz
gsoc2013-evolution-09e483b450ae62d344936f54ee666d461166be21.tar.zst
gsoc2013-evolution-09e483b450ae62d344936f54ee666d461166be21.zip
EPhotoCache: Forgot to unlock a mutex.
Yikes, that would be bad...
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-photo-cache.c2
1 files changed, 2 insertions, 0 deletions
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);
}