mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([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:
parent
b514c52abf
commit
5c4c5b1247
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ types_get_number_of_arguments (const char *types)
|
|||
- (void) dealloc
|
||||
{
|
||||
OBJC_FREE(types);
|
||||
OBJC_FREE(returnTypes);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue