From b5aec13b0f9cd49f53fa9fc4b400c85fc73f148d Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 25 Jun 2002 12:13:19 +0000 Subject: [PATCH] Tidied code which was not compiling with the garbage collector git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13967 72102866-910b-0410-8b05-ffd578937521 --- Source/NSLog.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSLog.m b/Source/NSLog.m index 22b3513c4..282094792 100644 --- a/Source/NSLog.m +++ b/Source/NSLog.m @@ -127,10 +127,10 @@ void NSLogv (NSString* format, va_list args) { static NSRecursiveLock *myLock = nil; - CREATE_AUTORELEASE_POOL(arp); NSString *prefix; NSString *message; int pid; + CREATE_AUTORELEASE_POOL(arp); if (_NSLog_printf_handler == NULL) _NSLog_printf_handler = *_NSLog_standard_printf_handler;