mirror of
https://github.com/boostorg/build.git
synced 2026-02-21 15:02:19 +00:00
Also fix double-free in property set create. This changes the object_free calls to zero out the object pointer to prevent/catch double frees and use-after-free issues. It also changes parse_free in the same way. And adds a parse_ptr to scope manage the lifetime of PARSE objects. Which fixes another mem leak in the parse_impl for early abnormal exits.