mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 10:30:47 +00:00
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:
parent
21e157f656
commit
855fe39f38
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ main(int argc, char** argv, char **env)
|
||||||
#ifdef GS_PASS_ARGUMENTS
|
#ifdef GS_PASS_ARGUMENTS
|
||||||
GSInitializeProcess(argc, argv, env);
|
GSInitializeProcess(argc, argv, env);
|
||||||
#endif
|
#endif
|
||||||
[NSObject enableDoubleReleaseCheck: YES];
|
//[NSObject enableDoubleReleaseCheck: YES];
|
||||||
pool = [NSAutoreleasePool new];
|
pool = [NSAutoreleasePool new];
|
||||||
proc = [NSProcessInfo processInfo];
|
proc = [NSProcessInfo processInfo];
|
||||||
if (proc == nil)
|
if (proc == nil)
|
||||||
|
|
|
@ -1102,7 +1102,7 @@ main(int argc, char** argv, char** env)
|
||||||
#ifdef GS_PASS_ARGUMENTS
|
#ifdef GS_PASS_ARGUMENTS
|
||||||
GSInitializeProcess(argc, argv, env);
|
GSInitializeProcess(argc, argv, env);
|
||||||
#endif
|
#endif
|
||||||
[NSObject enableDoubleReleaseCheck: YES];
|
//[NSObject enableDoubleReleaseCheck: YES];
|
||||||
pInfo = [NSProcessInfo processInfo];
|
pInfo = [NSProcessInfo processInfo];
|
||||||
args = AUTORELEASE([[pInfo arguments] mutableCopy]);
|
args = AUTORELEASE([[pInfo arguments] mutableCopy]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue