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

Method ~status_exception

src/common/fb_exception.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115status_exception::~status_exception() throw()
116{
117 delete[] findDynamicStrings(fb_utils::statusLength(m_status_vector), m_status_vector);
118 if (m_status_vector != m_buffer)
119 {
120 delete[] m_status_vector;
121 }
122}
123
124const char* status_exception::what() const throw()
125{

Callers

nothing calls this directly

Calls 2

findDynamicStringsFunction · 0.85
statusLengthFunction · 0.85

Tested by

no test coverage detected