LLVMJIT: Free created module in LLVM < 5.

Andres Freund <andres@anarazel.de>

Commit: 071371bc43c89d6db923a7f858933f655b150655
Author: Andres Freund <andres@anarazel.de>
Date: 2018-03-26T23:04:39Z
Releases: 11.0
LLVMJIT: Free created module in LLVM < 5.

Due to the differing APIs between versions, I forgot to deallocate the
generated module in older LLVM versions, leading to a memory leak.

Author: Andres Freund

Files

PathChange+/−
src/backend/jit/llvm/llvmjit.c modified +1 −0