free malloc'd memory at end of file #21

This commit is contained in:
Collin Clark 2018-07-07 19:16:59 -04:00
parent fb6df6d00a
commit 35d115964b
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ int main(int argc, char *argv[])
genann_free(ann);
free(input);
free(class);
return 0;
}