Merge "app_process: don't pollute the environment"

This commit is contained in:
Nick Kralevich
2013-03-15 20:55:53 +00:00
committed by Gerrit Code Review

View File

@@ -153,6 +153,7 @@ int main(int argc, char* const argv[])
return -1;
}
}
unsetenv("NO_ADDR_COMPAT_LAYOUT_FIXUP");
#endif
// These are global variables in ProcessState.cpp