| 185 | } |
| 186 | |
| 187 | void VISIBILITY_HIDDEN |
| 188 | releaseImageAssertion(ListHead *doneSubsteps) |
| 189 | { |
| 190 | listDoForEachSafe(doneSubsteps, freeSolAreaNode); |
| 191 | listInitHead(doneSubsteps); |
| 192 | } |
| 193 | |
| 194 | #endif /* ASSERT_IMAGE_STEPS */ |
| 195 |
no test coverage detected