| 415 | } |
| 416 | |
| 417 | void BNSharedCacheFreeEntry(BNSharedCacheEntry entry) |
| 418 | { |
| 419 | BNFreeString(entry.path); |
| 420 | BNFreeString(entry.name); |
| 421 | delete[] entry.mappings; |
| 422 | } |
| 423 | |
| 424 | void BNSharedCacheFreeEntryList(BNSharedCacheEntry* entries, size_t count) |
| 425 | { |
no outgoing calls
no test coverage detected