OK?
2011-03-03 Michael Snyder <[email protected]>
* bind.c (rl_function_dumper): Free allocated memory.
Index: bind.c
===================================================================
RCS file: /cvs/src/src/readline/bind.c,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 bind.c
--- bind.c 5 May 2006 18:26:12 -0000 1.8
+++ bind.c 3 Mar 2011 22:20:14 -0000
@@ -2068,6 +2068,7 @@ rl_function_dumper (print_readably)
}
}
}
+ free (names);
}
/* Print all of the current functions and their bindings to
_______________________________________________
Bug-readline mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-readline