Files
Tom Tromey 85fc580128 Avoid memory leak in chew
An earlier patch of mine introduced a memory leak in chew.  The bug
was that the new "variable" word didn't free the following word.  This
patch fixes it by arranging to transfer ownership of the name to the
variable itself.

	* doc/chew.c (add_variable): New function, from
	add_intrinsic_variable.
	(add_intrinsic_variable): Call add_variable.
	(compile): Call add_variable.
2023-02-19 13:17:41 +10:30
..
2023-01-02 14:03:22 +10:30
2016-01-01 22:59:17 +10:30
2023-02-19 13:17:41 +10:30
2023-02-15 10:27:34 -07:00
2017-12-06 17:51:43 +10:30
2023-02-15 10:27:34 -07:00