PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: BashLT: Using freeCMD()?
Date: Thursday, 26 Nov 2020, 12:28:12


    > This is probably a small thing, but I was wondering whether mainBashLT.c
    > should be calling freeCMD() after process()? Of course we can do it at the
    > end of process(), but it seems cleaner (and more logical) to be doing it
    > in mainBashLT.c than in the process() function.

You are correct; the freeCMD() was mistakenly omitted.

I modified Hwk5/bashLT and Hwk5/mainBashLT.*.  The old
versions of bashLT and mainBashLT.c now have the suffix
V0.

--Stan-
PREV INDEX NEXT