diff src/parse.y @ 5308:bc8d6ebb6ee1

[project @ 2005-04-27 05:08:19 by jwe]
author jwe
date Wed, 27 Apr 2005 05:08:19 +0000
parents 4c8a2e4e0717
children 15031c6fab31
line wrap: on
line diff
--- a/src/parse.y	Tue Apr 26 19:24:47 2005 +0000
+++ b/src/parse.y	Wed Apr 27 05:08:19 2005 +0000
@@ -2919,7 +2919,9 @@
   // statement, possibly from the command line or another file, which
   // can be quite confusing).
 
-  octave_comment_buffer::get_comment ();
+  octave_comment_list *tc = octave_comment_buffer::get_comment ();
+
+  delete tc;
 
   if (f)
     fclose (static_cast<FILE *> (f));