disable debug double release check

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37975 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2014-07-01 21:16:22 +00:00
parent 7f80c0df75
commit 7fff3bf2db
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ main(int argc, char** argv, char **env)
#ifdef GS_PASS_ARGUMENTS
GSInitializeProcess(argc, argv, env);
#endif
[NSObject enableDoubleReleaseCheck: YES];
//[NSObject enableDoubleReleaseCheck: YES];
pool = [NSAutoreleasePool new];
proc = [NSProcessInfo processInfo];
if (proc == nil)

View file

@ -1102,7 +1102,7 @@ main(int argc, char** argv, char** env)
#ifdef GS_PASS_ARGUMENTS
GSInitializeProcess(argc, argv, env);
#endif
[NSObject enableDoubleReleaseCheck: YES];
//[NSObject enableDoubleReleaseCheck: YES];
pInfo = [NSProcessInfo processInfo];
args = AUTORELEASE([[pInfo arguments] mutableCopy]);