Tidyup for GC

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4956 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-09-28 19:35:09 +00:00
parent 65b8d0067c
commit eb1c061d9b
30 changed files with 137 additions and 111 deletions

View file

@ -45,7 +45,7 @@
{
NSDateFormatter *other = (id)NSCopyObject(self, 0, zone);
RETAIN(other->_dateFormat);
IF_NO_GC(RETAIN(other->_dateFormat));
return other;
}