Note possible mem leak in php_fann_callback

Esse commit está contido em:
Jakub Zelenka
2016-02-01 19:38:17 +00:00
commit 6564be3baa
+2
Ver Arquivo
@@ -1,6 +1,8 @@
Generic Generic
- reporting callback - reporting callback
- provide train_data for train_on_file (currently always null) - provide train_data for train_on_file (currently always null)
- there is a possible memory leak if the callback return allocated value (e.g. string)
- convert_to_bool is used without freeing previous data
- proper testing (more iterations) - proper testing (more iterations)
- error logging - error logging
- use log error messages when generic error is reported (fann_read_train_from_file) - use log error messages when generic error is reported (fann_read_train_from_file)