LLVMContextDispose

Destroy a context instance.

This should be called for every call to LLVMContextCreate() or memory will be leaked.

extern (C) nothrow
void
LLVMContextDispose
(
LLVMContextRef C
)

Meta