A Bucket Full of Memory Leaks
A Bucket Full of Memory Leaks
- Subject: A Bucket Full of Memory Leaks
- From: Richard Charles <email@hidden>
- Date: Fri, 10 Jun 2016 21:46:45 -0600
In Xcode 7.3.1 create a new project.
Template: Cocoa Application
Language: Objective-C
Check - Create Document-Based Application
Check - Use Core Data
This is very similar to the project I am currently working on.
Profile the application using the Leaks Instrument.
The app launches and choose File > New from the main menu.
Choose Save... and sheet dialog drops drops down from the document window.
Bam! A bucket full of memory leaks. I mean it is overwhelming. I don’t remember it being like this.
Several leaks are from AppKit and several are from Foundation but a ton are from PlugInKit. All total there are 799 leaked objects. I have never heard of PlugInKit.
--Richard Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden