mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 09:28:03 +02:00
Merge branch 'patch-1' into 'master'
Add missing mutex cleanup in _cairo_recording_surface_finish Closes #922 See merge request cairo/cairo!643
This commit is contained in:
commit
200a02286b
1 changed files with 2 additions and 0 deletions
|
|
@ -593,6 +593,8 @@ _cairo_recording_surface_finish (void *abstract_surface)
|
|||
|
||||
_cairo_array_fini (&surface->commands);
|
||||
|
||||
CAIRO_MUTEX_FINI (surface->mutex);
|
||||
|
||||
if (surface->bbtree.left)
|
||||
bbtree_del (surface->bbtree.left);
|
||||
if (surface->bbtree.right)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue