Fixed memory leak

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-04-19 13:30:42 +00:00
parent dfb519802e
commit 4a98765c82

View file

@ -1555,6 +1555,7 @@ static Class tcpPortClass;
{
[self gcFinalize];
DESTROY(host);
TEST_RELEASE(address);
[super dealloc];
}