(main): "release" collections intead of "emtpy"ing them.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@283 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-05 16:15:15 +00:00
parent dbeb7b9474
commit 25b5e6b3be

View file

@ -105,7 +105,7 @@ int main()
checkSameContents([collections delegatePoolCollection]);
[collections empty];
[collections release];
exit(0);
}