mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* io.c (argf_free): free data body.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c330876d7c
commit
0d2449bd35
2 changed files with 6 additions and 1 deletions
3
io.c
3
io.c
|
@ -6479,7 +6479,8 @@ static void
|
|||
argf_free(void *ptr)
|
||||
{
|
||||
struct argf *p = ptr;
|
||||
free(p->inplace);
|
||||
xfree(p->inplace);
|
||||
xfree(p);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue