-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Implementation
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This is a tracking ticket for PR #578:
Initially I intended to remove the explicit clearing of the stack in the builder::core _impl destructor, but when I did that the tests had a memory corruption.
I am not sure why this is, possibly a double free maybe? (Maybe the stack needs to be cleared before bson_destroy?)