experimentally enable afreeall(APERM) too, LP#1106116

This commit is contained in:
tg 2013-02-10 17:43:07 +00:00
parent 59009ac78f
commit 5741127ab7
1 changed files with 2 additions and 2 deletions

4
main.c
View File

@ -34,7 +34,7 @@
#include <locale.h>
#endif
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.254 2013/02/10 17:41:05 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.255 2013/02/10 17:43:07 tg Exp $");
extern char **environ;
@ -1003,7 +1003,7 @@ quitenv(struct shf *shf)
if (Flag(FTALKING))
x_done();
#endif
// afreeall(APERM);
afreeall(APERM);
#endif
exit(exstat & 0xFF);
}