mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-12 22:59:20 +02:00
quartz: Don't release memory we don't own
This was causing crashes due to double frees. https://bugs.freedesktop.org/show_bug.cgi?id=62885 Signed-off-by: Benjamin Otte <otte@redhat.com>
This commit is contained in:
parent
9e0748e223
commit
fdec6b3759
1 changed files with 0 additions and 1 deletions
|
|
@ -1374,7 +1374,6 @@ _cairo_quartz_teardown_state (cairo_quartz_drawing_state_t *state,
|
|||
CGContextDrawLayerInRect (surface->cgContext,
|
||||
state->clipRect,
|
||||
state->layer);
|
||||
CGContextRelease (state->cgDrawContext);
|
||||
CGLayerRelease (state->layer);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue