===========================================================================
| 9258 | |
| 9259 | //=========================================================================== |
| 9260 | void DebugDestroy () |
| 9261 | { |
| 9262 | DebugEnd(); |
| 9263 | FontsDestroy(); |
| 9264 | |
| 9265 | // DeleteObject(g_hFontDisasm ); |
| 9266 | // DeleteObject(g_hFontDebugger); |
| 9267 | // DeleteObject(g_hFontWebDings); |
| 9268 | |
| 9269 | SymbolsClear(); |
| 9270 | // TODO: DataDisassembly_Clear() |
| 9271 | |
| 9272 | ReleaseConsoleFontDC(); |
| 9273 | } |
| 9274 | |
| 9275 | |
| 9276 | //=========================================================================== |
no test coverage detected