PREV INDEX NEXT

Author: Unknown
Subject: Do we free memory if there is an error?
Date: Wednesday, 30 Sep 2020, 16:33:26

Usually, if there is an input error, we just exit(0);. We don't do that in this case. Are we expected to free all memory if we get an invalid input such as A ||| B?
PREV INDEX NEXT