PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Implication of Note A
Date: Tuesday, 14 Apr 2020, 19:48:59


    > Message Posted By: Unknown
    >
    > Does Note A imply that we don't need to free any of the storage allocated
    > for triples in the search table?
    >
    > Do we need to free any storage we allocate?

You need to free all storage that is no longer reachable
when Nine20 either exits or returns from main().  If you
run valgrind without the -q flag, it will list how much
storage is no longer reachable.

--Stan-
PREV INDEX NEXT