This is an archive of the discontinued LLVM Phabricator instance.

[asan] fix two memory leaks in integration tests
ClosedPublic

Authored by aartbik on Jan 24 2023, 11:58 AM.

Details

Summary

Note that I did not track why this started failing exactly,
which is why I CC Matthias on this fix. But at least we run
asan clean again for the whole suite after this change.

Diff Detail

Event Timeline

aartbik created this revision.Jan 24 2023, 11:58 AM
aartbik requested review of this revision.Jan 24 2023, 11:58 AM
ftynse accepted this revision.Jan 24 2023, 11:59 AM
This revision is now accepted and ready to land.Jan 24 2023, 11:59 AM
This revision was landed with ongoing or failed builds.Jan 24 2023, 12:35 PM
This revision was automatically updated to reflect the committed changes.

Ouch... Thanks, Aart!