X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fexamine.q;h=43ecc13037d3d6a2faf3ab0ae762a08cd78022ae;hb=92fb12eb06716d14c05b781f5d9dcde956d77c30;hp=fc0c0c9a94f8752aee67aeeded7b8b68553daa15;hpb=8cf495e615e4feca5777f3592de98321d4fcdc0b;p=pspp diff --git a/src/examine.q b/src/examine.q index fc0c0c9a94..43ecc13037 100644 --- a/src/examine.q +++ b/src/examine.q @@ -233,6 +233,7 @@ cmd_examine(void) hsh_destroy ( ff->fstats ) ; free ( ff ) ; } + factors = 0; } subc_list_double_destroy(&percentile_list); @@ -663,9 +664,6 @@ factor_calc(struct ccase *c, int case_no, double weight, int case_missing) } - - - static void run_examine(const struct casefile *cf, void *cmd_ ) { @@ -677,7 +675,6 @@ run_examine(const struct casefile *cf, void *cmd_ ) /* Make sure we haven't got rubbish left over from a previous split */ - struct factor *fctr = factors; while (fctr) {