experimentally enable afreeall(APERM) too, LP#1106116
This commit is contained in:
parent
59009ac78f
commit
5741127ab7
4
main.c
4
main.c
@ -34,7 +34,7 @@
|
|||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#endif
|
#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;
|
extern char **environ;
|
||||||
|
|
||||||
@ -1003,7 +1003,7 @@ quitenv(struct shf *shf)
|
|||||||
if (Flag(FTALKING))
|
if (Flag(FTALKING))
|
||||||
x_done();
|
x_done();
|
||||||
#endif
|
#endif
|
||||||
// afreeall(APERM);
|
afreeall(APERM);
|
||||||
#endif
|
#endif
|
||||||
exit(exstat & 0xFF);
|
exit(exstat & 0xFF);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user