mirror of https://github.com/codeplea/genann
free malloc'd memory at end of file #21
This commit is contained in:
parent
fb6df6d00a
commit
35d115964b
|
@ -109,6 +109,8 @@ int main(int argc, char *argv[])
|
|||
|
||||
|
||||
genann_free(ann);
|
||||
free(input);
|
||||
free(class);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue