From 7a44ba059bef3cea74e2c2005e9c781592840e8e Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 13 Feb 2003 02:52:41 +0000 Subject: * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code. --- winsup/cygwin/spawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/spawn.cc') diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index 9b0b4a999..f6863e88d 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -211,7 +211,7 @@ class linebuf char *buf; size_t alloced; linebuf () : ix (0), buf (NULL), alloced (0) {} - ~linebuf () {/* if (buf) free (buf);*/} + ~linebuf () {if (buf) free (buf);} void add (const char *what, int len); void add (const char *what) {add (what, strlen (what));} void prepend (const char *what, int len); -- cgit v1.2.3