Merge pull request #1795 from kleisauke/sinkscreen-mem-leak

Fix a small memory leak in sinkscreen
This commit is contained in:
John Cupitt 2020-08-28 16:56:09 +01:00 committed by GitHub
commit d5aaf3d056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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