* value.c (free_all_values): Tweak comment.
This commit is contained in:
parent
55333a841d
commit
725e88af6f
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2009-08-27 Doug Evans <dje@google.com>
|
2009-08-27 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* value.c (free_all_values): Tweak comment.
|
||||||
|
|
||||||
* NEWS: Add note on "info sharedlibrary".
|
* NEWS: Add note on "info sharedlibrary".
|
||||||
Remove note on "set print symbol-loading".
|
Remove note on "set print symbol-loading".
|
||||||
* main.c (captured_main): Pass !batch for from_tty when calling
|
* main.c (captured_main): Pass !batch for from_tty when calling
|
||||||
|
|
|
@ -638,7 +638,8 @@ value_free_to_mark (struct value *mark)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Free all the values that have been allocated (except for those released).
|
/* 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
|
void
|
||||||
free_all_values (void)
|
free_all_values (void)
|
||||||
|
|
Loading…
Reference in a new issue