* 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:
ko1 2009-07-15 23:55:21 +00:00
parent c330876d7c
commit 0d2449bd35
2 changed files with 6 additions and 1 deletions

3
io.c
View file

@ -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