| 40 | } |
| 41 | |
| 42 | static int DeinitSuccess(void* h) { |
| 43 | delete static_cast<int*>(h); |
| 44 | return 0; |
| 45 | } |
| 46 | |
| 47 | static int DeinitShouldNotBeCalled(void* h) { |
| 48 | // Should not be called when handle is already null |
nothing calls this directly
no outgoing calls
no test coverage detected