On 2 Oct 2019, at 15:03, Jeff Evans via Cocoa-dev wrote:
Here’s another small developer’s perspective:
Practica Musica has been around since 1987 in one form or another
(originally in 68000 assembler!). We’ve sold a lot of Macs for
Apple. The upcoming version 7 is still C++ with Objective-C w
On 26 Sep 2019, at 12:47, Gabriel Zachmann via Cocoa-dev wrote:
I don’t believe that’s entirely true. “make” methods return a
+0 value.
The issue in the below code to my eye is that you allocate a path
with CGPathCreateWithRect (+1) but then don't release it.
In that case, I am wondering: