Free a NACK entry. */
| 2247 | |
| 2248 | /* Free a NACK entry. */ |
| 2249 | void streamFreeNACK(streamNACK *na) { |
| 2250 | zfree(na); |
| 2251 | } |
| 2252 | |
| 2253 | /* Free a consumer and associated data structures. Note that this function |
| 2254 | * will not reassign the pending messages associated with this consumer |
no test coverage detected