mirror of https://github.com/GNOME/gimp.git
app: clear cond and mutex after usage
This commit is contained in:
parent
9a4f5800d4
commit
76adffa943
|
@ -157,6 +157,9 @@ gimp_fonts_load (Gimp *gimp,
|
|||
|
||||
g_mutex_unlock (&data.mutex);
|
||||
g_thread_join (cache_thread);
|
||||
|
||||
g_mutex_clear (&data.mutex);
|
||||
g_cond_clear (&data.cond);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue