nick3 / senorstaff

Automatically exported from code.google.com/p/senorstaff
Other
0 stars 0 forks source link

Memory leak #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in Staff.m:
drumKit = [[[DrumKit standardKit] copy] retain];

"copy" already retains, so you are retaining twice, causing a memory leak

Original issue reported on code.google.com by spoon.re...@gmail.com on 20 Jan 2011 at 6:46