Closed peter-r-g closed 1 year ago
Currently, the release build of Mocha fails because uninitialized memory is used. This PR fixes that by just doing a simple initialization on the offending structs.
LGTM, merging. Thanks Gooman :D
Currently, the release build of Mocha fails because uninitialized memory is used. This PR fixes that by just doing a simple initialization on the offending structs.