2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-22 03:12:16 +00:00

Debug CI crash 3/n [skip ci]

This commit is contained in:
Rene Rivera
2022-04-10 11:40:02 -05:00
parent 67509ed8e5
commit 51e927b151

View File

@@ -286,6 +286,7 @@ struct _stack
start = BJAM_MALLOC( size );
end = (char *)start + size;
data = end;
cleanups.reserve( size / sizeof(void*) );
}
void done()