| 237 | } |
| 238 | |
| 239 | void Clear() |
| 240 | { |
| 241 | for( ImageEntry& entry : m_images ) |
| 242 | { |
| 243 | tracy_free( entry.m_name ); |
| 244 | } |
| 245 | |
| 246 | m_images.clear(); |
| 247 | m_haveMainImageName = false; |
| 248 | } |
| 249 | }; |
| 250 | #endif //#ifdef TRACY_USE_IMAGE_CACHE |
| 251 |
no test coverage detected