* value.c (free_all_values): Tweak comment.
authorDoug Evans <dje@google.com>
Thu, 27 Aug 2009 23:37:35 +0000 (23:37 +0000)
committerDoug Evans <dje@google.com>
Thu, 27 Aug 2009 23:37:35 +0000 (23:37 +0000)
gdb/ChangeLog
gdb/value.c

index 374be95ed6673af1c1bfda5c9ba15a6041970ed8..2e74c8f0d5bcf25b3403b472c19299efe3c38740 100644 (file)
@@ -1,5 +1,7 @@
 2009-08-27  Doug Evans  <dje@google.com>
 
+       * value.c (free_all_values): Tweak comment.
+
        * NEWS: Add note on "info sharedlibrary".
        Remove note on "set print symbol-loading".
        * main.c (captured_main): Pass !batch for from_tty when calling
index 48fedfd3087079bce9c547c8ee3705cff4494a6c..330ab156956e90b744a801286f764a4f0e4d86f2 100644 (file)
@@ -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)