| 94 | } |
| 95 | |
| 96 | void Release() |
| 97 | { |
| 98 | if (m_object) |
| 99 | FreeObjectReference(m_object); |
| 100 | ReleaseInternal(); |
| 101 | } |
| 102 | |
| 103 | void AddRefForRegistration() { m_registeredRef = true; } |
| 104 |
nothing calls this directly
no outgoing calls
no test coverage detected