| 117 | } |
| 118 | |
| 119 | static int DeinitSuccess(void* h) { |
| 120 | delete static_cast<int*>(h); |
| 121 | return 0; |
| 122 | } |
| 123 | |
| 124 | static int DeinitShouldNotBeCalled(void* h) { |
| 125 | // Should not be called when handle is already null |
nothing calls this directly
no outgoing calls
no test coverage detected