Fix a small memory leak in sinkscreen
This commit is contained in:
parent
7a8e891632
commit
9f5304632f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue