mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
addc49727f
commit
0f728306e9
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ types_get_number_of_arguments (const char *types)
|
||||||
- (void) dealloc
|
- (void) dealloc
|
||||||
{
|
{
|
||||||
OBJC_FREE(types);
|
OBJC_FREE(types);
|
||||||
|
OBJC_FREE(returnTypes);
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue