reader.c
4.65 KB
-
reader: free is unused and unnecessary · 52e27b84
None of the reader implementations actually allocate anything themselves, so they don't need a free function. Remove it.
Edward Thomson committed
None of the reader implementations actually allocate anything themselves, so they don't need a free function. Remove it.