Author: cwittich Date: Sat Aug 30 03:46:08 2008 New Revision: 35797
URL: http://svn.reactos.org/svn/reactos?rev=35797&view=rev Log: forgot to revert my changes when playing with getline - spotted by Ged
Modified: trunk/tools/sysreg2/console.c
Modified: trunk/tools/sysreg2/console.c URL: http://svn.reactos.org/svn/reactos/trunk/tools/sysreg2/console.c?rev=35797&a... ============================================================================== --- trunk/tools/sysreg2/console.c [iso-8859-1] (original) +++ trunk/tools/sysreg2/console.c [iso-8859-1] Sat Aug 30 03:46:08 2008 @@ -1,4 +1,4 @@ -#include "sysreg.h" +oh,#include "sysreg.h" #include <termios.h> #include <poll.h>
@@ -77,8 +77,6 @@ sent += done; } } - if (buf) - free(buf); } }