filter.c
20.4 KB
-
filter: close the descriptor in case of error · 0137aba5
When we hit an error writing to the next stream from a file, we jump to 'done' which currently skips over closing the file descriptor. Make sure to close the descriptor if it has been set to a valid value.
Carlos Martín Nieto committed