2011-03-04 Michael Snyder <msnyder@vmware.com>
* bind.c (rl_function_dumper): Free allocated memory.
This commit is contained in:
parent
42b1321cc8
commit
e35ea4e0fb
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-03-04 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* bind.c (rl_function_dumper): Free allocated memory.
|
||||
|
||||
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
|
|
@ -2068,6 +2068,7 @@ rl_function_dumper (print_readably)
|
|||
}
|
||||
}
|
||||
}
|
||||
free (names);
|
||||
}
|
||||
|
||||
/* Print all of the current functions and their bindings to
|
||||
|
|
Loading…
Reference in a new issue