----------------------------------------------------------------------------- Name: FinalCleanup() Desc: Called before the app exits, this function gives the app the chance to cleanup after itself. -----------------------------------------------------------------------------
| 315 | // to cleanup after itself. |
| 316 | //----------------------------------------------------------------------------- |
| 317 | HRESULT CMyD3DApplication::FinalCleanup() |
| 318 | { |
| 319 | SAFE_DELETE( m_pFont ); |
| 320 | return S_OK; |
| 321 | } |
| 322 | |
| 323 | |
| 324 |
nothing calls this directly
no outgoing calls
no test coverage detected