oboeru

a collection of simple, scriptable flashcard programs
git clone anongit@rnpnr.xyz:oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 651cc2ed65f57bdd0f94cfe66be57b83a3f058b8
Parent: fb6db0318851f02d95bed1d8d1a6ac565541e496
Author: Randy Palamar
Date:   Wed, 11 Aug 2021 12:38:34 -0600

free decks array in cleanup()

Diffstat:
Moboeru.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/oboeru.c b/oboeru.c @@ -73,6 +73,7 @@ static void cleanup(void) { freenodes(head); + free(decks); } /* returns a filled out Card * after parsing */