MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / brio_fini

Function brio_fini

src/burp/mvol.cpp:667–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665
666
667static void brio_fini(BurpGlobals* tdgbl)
668{
669 delete[] tdgbl->gbl_compress_buffer;
670 tdgbl->gbl_compress_buffer = NULL;
671
672 delete[] tdgbl->gbl_crypt_buffer;
673 tdgbl->gbl_crypt_buffer = NULL;
674
675 delete[] tdgbl->gbl_decompress;
676 tdgbl->gbl_decompress = NULL;;
677}
678
679
680static void checkCompression()

Callers 2

MVOL_fini_readFunction · 0.85
MVOL_fini_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected