| 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 | |
|---|
| 3 | export NSZombieEnabled=YES |
|---|
| 4 | export NSDeallocateZombies=NO |
|---|
| 5 | export MallocCheckHeapEach=100000 |
|---|
| 6 | export MallocCheckHeapStart=100000 |
|---|
| 7 | export MallocScribble=YES |
|---|
| 8 | export MallocGuardEdges=YES |
|---|
| 9 | export MallocCheckHeapAbort=1 |
|---|
| 10 | export CFZombieLevel=5 |
|---|
| 11 | export 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.