([NSMethodSignature -dealloc]): Free returnTypes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-07-03 22:31:03 +00:00
parent b514c52abf
commit 5c4c5b1247

View file

@ -96,6 +96,7 @@ types_get_number_of_arguments (const char *types)
- (void) dealloc
{
OBJC_FREE(types);
OBJC_FREE(returnTypes);
[super dealloc];
}