MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / coin_cleanup

Function coin_cleanup

src/lodepng.cpp:662–665  ·  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

660
661/*argument c is void* so that this dtor can be given as function pointer to the vector resize function*/
662static void coin_cleanup(void* c)
663{
664 uivector_cleanup(&((Coin*)c)->symbols);
665}
666
667static void coin_copy(Coin* c1, const Coin* c2)
668{

Callers 1

cleanup_coinsFunction · 0.85

Calls 1

uivector_cleanupFunction · 0.85

Tested by

no test coverage detected