From 6564be3baa844c174874b7429a548ff5f0403745 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Mon, 1 Feb 2016 19:38:17 +0000 Subject: [PATCH] Note possible mem leak in php_fann_callback --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index b077618..2d8789c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,6 +1,8 @@ Generic - reporting callback - 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) - error logging - use log error messages when generic error is reported (fann_read_train_from_file)