Skip to content

Commit

Permalink
minor memory leak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steffennissen committed Oct 21, 2012
1 parent 4da2209 commit a944cc2
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 0 deletions.
Binary file modified bin/fanndouble.dll
Binary file not shown.
Binary file modified bin/fanndouble.lib
Binary file not shown.
Binary file modified bin/fannfixed.dll
Binary file not shown.
Binary file modified bin/fannfixed.lib
Binary file not shown.
Binary file modified bin/fannfloat.dll
Binary file not shown.
Binary file modified bin/fannfloat.lib
Binary file not shown.
Binary file modified bin/simple_train_double.exe
Binary file not shown.
Binary file modified bin/simple_train_float.exe
Binary file not shown.
Binary file modified bin/xor_test_fixed.exe
Binary file not shown.
Binary file modified bin/xor_test_float.exe
Binary file not shown.
Binary file modified bin/xor_train.exe
Binary file not shown.
1 change: 1 addition & 0 deletions src/fann.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ FANN_EXTERNAL void FANN_API fann_destroy(struct fann *ann)
fann_safe_free(ann->errstr);
fann_safe_free(ann->cascade_activation_functions);
fann_safe_free(ann->cascade_activation_steepnesses);
fann_safe_free(ann->cascade_candidate_scores);

#ifndef FIXEDFANN
fann_safe_free( ann->scale_mean_in );
Expand Down

0 comments on commit a944cc2

Please sign in to comment.