This is an archive of the discontinued LLVM Phabricator instance.

Fix memory leak in unit test of Bitcode/BitReaderTest.cpp
ClosedPublic

Authored by kschimpf on Aug 3 2015, 2:05 PM.

Details

Summary

Fixes obvious memory leak in test
TestForEofAfterReadFailureOnDataStreamer. Also removes constexpr use
from same test.

Diff Detail

Repository
rL LLVM

Event Timeline

kschimpf updated this revision to Diff 31264.Aug 3 2015, 2:05 PM
kschimpf retitled this revision from to Fix memory leak in unit test of Bitcode/BitReaderTest.cpp.
kschimpf updated this object.
kschimpf added reviewers: jvoung, rafael, filcab, dschuff.
kschimpf added a subscriber: llvm-commits.
dschuff accepted this revision.Aug 3 2015, 2:18 PM
dschuff edited edge metadata.
This revision is now accepted and ready to land.Aug 3 2015, 2:18 PM
This revision was automatically updated to reflect the committed changes.