summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2019-08-01 13:07:18 -0700
committerGitHub <noreply@github.com>2019-08-01 13:07:18 -0700
commit08c1ed76932102948bca5157a5da64033ea1c408 (patch)
treed6a89eb68e583aa41f4f3b932275c8b72069b1a8 /THANKS
parentc1d9bed7f73db9567f635f59cde134795e65c9ba (diff)
Fix memory leak in rewriter (debug mode). (#3141)
s_rewriteStack in rewriter.cpp was not properly cleaned up. This commit wraps s_rewriteStack in a std::unique_ptr to automatically free the memory.
Diffstat (limited to 'THANKS')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback