MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~ExternalContextImpl

Method ~ExternalContextImpl

src/jrd/ExtEngineManager.cpp:640–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640ExtEngineManager::ExternalContextImpl::~ExternalContextImpl()
641{
642 releaseTransaction();
643
644 if (externalAttachment)
645 {
646 externalAttachment->release();
647 externalAttachment = NULL;
648 }
649}
650
651void ExtEngineManager::ExternalContextImpl::releaseTransaction()
652{

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected