source: trunk/PrefsPane/bin/malloc-smack.sh @ 1046

Revision 495, 478 bytes checked in by speck, 3 years ago (diff)

fix leak of CFDictionaryCreateMutable

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3export NSZombieEnabled=YES
4export NSDeallocateZombies=NO
5export MallocCheckHeapEach=100000
6export MallocCheckHeapStart=100000
7export MallocScribble=YES
8export MallocGuardEdges=YES
9export MallocCheckHeapAbort=1
10export CFZombieLevel=5
11export NSAutoreleaseFreedObjectCheckEnabled=YES
12
13# http://developer.apple.com/technotes/tn2004/tn2124.html
14
15'/Applications/System Preferences.app/Contents/MacOS/System Preferences' \
16        /Library/PreferencePanes/GlimmerBlocker.prefPane
Note: See TracBrowser for help on using the repository browser.