cling/lib
Axel Naumann 9432fb6582 LookupHelper must not unload Transactions:
Outer RAIIs might still reference the Transaction, and unload is
assuming that it owns the transaction and can delete it / put it
into the TransactionPool.

This fixes https://github.com/root-project/root/issues/7657

We still need to track ownership as what has happened here (unload
of a Transaction held by an RAII) can happen again / elsewhere.
This will be addressed by a subsequent PR in master.
2021-04-06 00:14:05 +02:00
..
Interpreter LookupHelper must not unload Transactions: 2021-04-06 00:14:05 +02:00
MetaProcessor Fix warnings coming from shadowing names. 2021-02-25 20:44:18 +01:00
UserInterface Do not segfault when root_hist has zero lines 2020-08-18 16:09:42 +02:00
Utils Fix warnings about the ignored quals. 2021-02-25 20:44:19 +01:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00