MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / coin_cleanup

Function coin_cleanup

samples/shared/lodepng.cpp:679–682  ·  view source on GitHub ↗

argument c is void* so that this dtor can be given as function pointer to the vector resize function*/

Source from the content-addressed store, hash-verified

677
678/*argument c is void* so that this dtor can be given as function pointer to the vector resize function*/
679static void coin_cleanup(void* c)
680{
681 uivector_cleanup(&((Coin*)c)->symbols);
682}
683
684static void coin_copy(Coin* c1, const Coin* c2)
685{

Callers 1

cleanup_coinsFunction · 0.85

Calls 1

uivector_cleanupFunction · 0.85

Tested by

no test coverage detected