MCPcopy Create free account
hub / github.com/DentonW/DevIL / FinalCleanup

Method FinalCleanup

DevIL/examples/direct3d_example/d3dtest.cpp:317–321  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Name: FinalCleanup() Desc: Called before the app exits, this function gives the app the chance to cleanup after itself. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

315// to cleanup after itself.
316//-----------------------------------------------------------------------------
317HRESULT CMyD3DApplication::FinalCleanup()
318{
319 SAFE_DELETE( m_pFont );
320 return S_OK;
321}
322
323
324

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected