Commit 3f954f57 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Correct mismatched allocation/deallocation calls

This amends dceaa0f4 because ASAN
caught an issue where the allocation and deallocation were not properly
paired: https://lab.llvm.org/buildbot/#/builders/239/builds/7001

Use malloc and free throughout this file to ensure that all kinds of
memory buffers use the proper pairing.
parent 29c2475f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment