aboutsummaryrefslogtreecommitdiffstats
path: root/src/classifiers/winnow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/classifiers/winnow.c')
-rw-r--r--src/classifiers/winnow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classifiers/winnow.c b/src/classifiers/winnow.c
index 6c64cdc4b..9f66c3cbd 100644
--- a/src/classifiers/winnow.c
+++ b/src/classifiers/winnow.c
@@ -335,7 +335,7 @@ winnow_learn (struct classifier_ctx *ctx, statfile_pool_t *pool, stat_file_t *fi
char *value;
int nodes, minnodes, iterations = 0;
struct statfile *st;
- stat_file_t *sel;
+ stat_file_t *sel = NULL;
long double res = 0., max = 0.;
GList *cur;