Transfer the Mac SDK bockbuild profiles & resources inside the Mono repository.
[mono.git] / bockbuild / mac-sdk / patches / cairo-quartz-crash.patch
1 --- a/src/cairo-quartz-surface.c        2013-03-28 19:19:15.000000000 -0400
2 +++ b/src/cairo-quartz-surface.c        2013-03-28 19:19:28.000000000 -0400
3 @@ -1379,7 +1379,6 @@
4         CGContextDrawLayerInRect (surface->cgContext,
5                                   state->clipRect,
6                                   state->layer);
7 -       CGContextRelease (state->cgDrawContext);
8         CGLayerRelease (state->layer);
9      }