• Dominik Charousset's avatar
    Remove logging from broker destructor · f552d18e
    Dominik Charousset authored
    When building CAF with logging enabled, some brokers can be destroyed after the
    logging singleton has been destroyed, resulting in the (lazy) construction of
    another logger which then causes a memory leak.
    f552d18e
abstract_broker.cpp 9.73 KB