| 4131 | void BfReportMemory(); |
| 4132 | |
| 4133 | BF_EXPORT void BF_CALLTYPE BfSystem_Delete(BfSystem* bfSystem) |
| 4134 | { |
| 4135 | //OutputDebugStrF("Before Deleting BfSystem "); |
| 4136 | //BfReportMemory(); |
| 4137 | delete bfSystem; |
| 4138 | //OutputDebugStrF("After Deleting BfSystem "); |
| 4139 | //BfReportMemory(); |
| 4140 | } |
| 4141 | |
| 4142 | BF_EXPORT void BF_CALLTYPE BfSystem_CheckLock(BfSystem* bfSystem) |
| 4143 | { |
no outgoing calls
no test coverage detected