mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Fix leaks
This commit is contained in:
parent
8209fa428f
commit
77c66e3d95
23 changed files with 287 additions and 259 deletions
|
@ -121,6 +121,7 @@
|
|||
|
||||
[_invocation getReturnValue: buffer];
|
||||
result = [NSValue valueWithBytes: buffer objCType: returnType];
|
||||
free(buffer);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue