(_empty): Renamed from emtpy.

(dealloc): empty self first.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@139 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-03-17 20:14:08 +00:00
parent 40cb503995
commit d2bf7d03ce

View file

@ -133,7 +133,7 @@
}
/* This must work without sending any messages to content objects */
- empty
- _empty
{
_count = 0;
return self;
@ -141,6 +141,7 @@
- (void) dealloc
{
[self empty];
OBJC_FREE(_contents_array);
[super dealloc];
}