pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/getline.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/getline.c
Date: Mon, 04 Jul 2005 01:49:51 -0400

Index: pspp/src/getline.c
diff -u pspp/src/getline.c:1.12 pspp/src/getline.c:1.13
--- pspp/src/getline.c:1.12     Fri Apr 29 01:02:15 2005
+++ pspp/src/getline.c  Mon Jul  4 05:49:51 2005
@@ -478,6 +478,8 @@
   ds_clear (&getl_buf);
   ds_puts (&getl_buf, line);
 
+  free (line);
+
   return 1;
 }
 #else /* no -lreadline */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]