Fix a small memory leak in sinkscreen

This commit is contained in:
Kleis Auke Wolthuizen 2020-08-27 18:11:03 +02:00
parent 7a8e891632
commit 9f5304632f
1 changed files with 3 additions and 0 deletions

View File

@ -451,6 +451,9 @@ vips__render_shutdown( void )
else
g_mutex_unlock( render_dirty_lock );
}
VIPS_FREEF( vips_g_mutex_free, render_dirty_lock );
vips_semaphore_destroy( &n_render_dirty_sem );
}
static int