Author: Unknown
Subject: free(line)
Date: Thursday, 19 Mar 2020, 23:05:35
In example.c, why is free(line) required? Wasn't it mentioned in lecture that free() should only be used when the memory was allocated through malloc/realloc/calloc? These weren't used in example.c.PREV INDEX NEXT