mirror of
https://github.com/codeplea/genann
synced 2024-11-21 22:11:34 +03:00
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
Block a user