December 06, 2002
CFRelease no more crash on NULL
Posted by rosyna at 06:56 PM
| Comments (3)
Related:
Post a comment
Keep comments on topic. If a comment is unrelated to this post, it may be removed or moderated.
Ok, I made a really lame APE module today. Let's call it CFReleaseProtector. You can get it here. Source code is included. The built files are in the build directory. Put the APE in ~/Library/Application Enhancers/ then run TestApplication.
ProjectBuilder is lame. It doesn't place all the default files in a project if you make a new target. It only does it if you make a new project. Lame and double-lame.
Related:
- Hiya Kids, it's Theming Time! - Oct 06, 2009
- Mighty Mouse with Some Theme Sauce - Jun 02, 2009
- WindowShade X 4.3 - Apr 24, 2009
- Sound of the Underground - Apr 20, 2009
- Welcome back. - Apr 17, 2009
Comments
If a program accidentally calls CFRelease(NULL) and would crash, it notifies you instead and lets you not crash. Nice, isn't it?
Posted by: vasi on December 6, 2002 11:59 PMWow, cool. Like Norton Crashguard for OSX :)
Posted by: Richard Soderberg on December 7, 2002 1:31 AMKeep comments on topic. If a comment is unrelated to this post, it may be removed or moderated.
