Release the unloaded transaction.
This commit is contained in:
parent
c8d2952d2b
commit
2b757093b6
@ -645,6 +645,7 @@ namespace cling {
|
||||
InterpreterCallbacks* callbacks = m_Interpreter->getCallbacks();
|
||||
if (callbacks)
|
||||
callbacks->TransactionUnloaded(*T);
|
||||
m_TransactionPool->releaseTransaction(T);
|
||||
}
|
||||
|
||||
void IncrementalParser::printTransactionStructure() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user