diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-27 02:01:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-27 02:02:17 +0800 |
commit | 09e483b450ae62d344936f54ee666d461166be21 (patch) | |
tree | 755f33833cb2b4255c0882877496b87e7207aba0 /e-util | |
parent | c155b170bcf644ab2cdf7b11afdda0d9c100772e (diff) | |
download | gsoc2013-evolution-09e483b450ae62d344936f54ee666d461166be21.tar.gz 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.c | 2 |
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); } |