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

Method ~RefPtr

src/common/classes/RefCounted.h:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 ~RefPtr()
137 {
138 if (ptr)
139 {
140 ptr->release();
141 }
142 }
143
144 T* assignRefNoIncr(T* p)
145 {

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected