Update of /cvsroot/foo/foo/libfoo/FOO
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26844
Modified Files:
FOOGlobal.h
Log Message:
fixed another autorelease bug in FOO_ERROR
Index: FOOGlobal.h
===================================================================
RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOGlobal.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** FOOGlobal.h 13 Aug 2004 21:36:50 -0000 1.3
--- FOOGlobal.h 26 Aug 2004 09:43:50 -0000 1.4
***************
*** 52,56 ****
_buffeR_ = [NSString stringWithFormat: @"FOO ERROR: class: %@, file: %s, line: %d\n", \
[[self class] description], __FILE__, __LINE__]; \
- AUTORELEASE(_buffeR_); \
[FOOGlobalsManager schemeOutput: _buffeR_]; \
if (ret) return val; }
--- 52,55 ----
|