summaryrefslogtreecommitdiff
path: root/shell/msh.c
diff options
context:
space:
mode:
authorDenis Vlasenko2009-04-09 14:15:57 +0000
committerDenis Vlasenko2009-04-09 14:15:57 +0000
commit1943aec2ec390d9fda159aa0412362780ec83f09 (patch)
treeec9ddd365d2232d9fb621b79000cbf20f1410cda /shell/msh.c
parentefea9d2819165b414b81a47c8227ae007bd5382a (diff)
downloadbusybox-1943aec2ec390d9fda159aa0412362780ec83f09.zip
busybox-1943aec2ec390d9fda159aa0412362780ec83f09.tar.gz
hush: plug the leak of expanded heredoc
Diffstat (limited to 'shell/msh.c')
-rw-r--r--shell/msh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c
index da1dc35..dffacf0 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -12,7 +12,6 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
-
#include <sys/times.h>
#include <setjmp.h>