From 725e88af6f58af3fabc8bb345a9a0ee878801f35 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 27 Aug 2009 23:37:35 +0000 Subject: * value.c (free_all_values): Tweak comment. --- gdb/value.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/value.c') diff --git a/gdb/value.c b/gdb/value.c index 48fedfd..330ab15 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -638,7 +638,8 @@ value_free_to_mark (struct value *mark) } /* Free all the values that have been allocated (except for those released). - Called after each command, successful or not. */ + Call after each command, successful or not. + In practice this is called before each command, which is sufficient. */ void free_all_values (void) -- cgit v1.1