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
@ -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>
|
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
@ -2068,6 +2068,7 @@ rl_function_dumper (print_readably)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
free (names);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Print all of the current functions and their bindings to
|
/* Print all of the current functions and their bindings to
|
||||||
|
Loading…
Reference in New Issue
Block a user