mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(_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:
parent
40cb503995
commit
d2bf7d03ce
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue