This function is called when the filter is finished with the memory received through the input channel. Since the memory was allocated by Input, it is returned to it so that it might be recycled.
(data *Data)
| 79 | // memory was allocated by Input, it is returned to it |
| 80 | // so that it might be recycled. |
| 81 | FreeMem(data *Data) |
| 82 | } |
| 83 | |
| 84 | // Filter represents a data filter; a filter is a function that processes |
no outgoing calls
no test coverage detected