MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Free

Method Free

code/icarus/BlockStream.cpp:64–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62*/
63
64void CBlockMember::Free(IGameInterface* game)
65{
66 if ( m_data != NULL )
67 {
68 game->Free ( m_data );
69 m_data = NULL;
70
71 m_id = m_size = -1;
72 }
73 delete this;
74}
75
76/*
77-------------------------

Callers 2

SetDataMethod · 0.45
WriteBlockMethod · 0.45

Calls 2

GetGameMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected