| 136 | } |
| 137 | |
| 138 | void setTypeReleaseIterator(setTypeIterator *si) { |
| 139 | if (si->encoding == OBJ_ENCODING_HT) |
| 140 | dictReleaseIterator(si->di); |
| 141 | zfree(si); |
| 142 | } |
| 143 | |
| 144 | /* Move to the next entry in the set. Returns the object at the current |
| 145 | * position. |
no test coverage detected