From 7b42b0855a771c5ee767a76156ebe0a0454c7c85 Mon Sep 17 00:00:00 2001 From: Nicola Pero 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;