hush: plug the leak of expanded heredoc

This commit is contained in:
Denis Vlasenko
2009-04-09 14:15:57 +00:00
parent efea9d2819
commit 1943aec2ec
6 changed files with 49 additions and 10 deletions

View File

@@ -14,7 +14,6 @@
*
* Original BSD copyright notice is retained at the end of this file.
*/
#ifdef STANDALONE
# include <stdbool.h>
# include <stdio.h>
@@ -22,7 +21,7 @@
# include <string.h>
# include <unistd.h>
#else
# include "busybox.h"
# include "libbb.h"
#endif
#include <fnmatch.h>
#include "match.h"