X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Foneway.c;h=c33d333ce4b9a459d8f3f94809b6f069720eba5e;hb=29ff1e6f7b8220c0800740e525381053ca53d2d4;hp=ef20cbafbf1135810df8bf1bfdd0d5dbe714aa46;hpb=5cab4cf3322f29c0ed7134d23740e07382914f20;p=pspp diff --git a/src/language/stats/oneway.c b/src/language/stats/oneway.c index ef20cbafbf..c33d333ce4 100644 --- a/src/language/stats/oneway.c +++ b/src/language/stats/oneway.c @@ -551,7 +551,10 @@ cmd_oneway (struct lexer *lexer, struct dataset *ds) } if ( ll_count (coefficient_list) <= 0) - goto error; + { + destroy_coeff_list (cl); + goto error; + } ll_push_tail (&oneway.contrast_list, &cl->ll); } @@ -1362,7 +1365,8 @@ show_comparisons (const struct oneway_spec *cmd, const struct oneway_workspace * struct pivot_table *table = pivot_table_create__ ( pivot_value_new_user_text_nocopy (xasprintf ( _("Multiple Comparisons (%s)"), - var_to_string (cmd->vars[v])))); + var_to_string (cmd->vars[v]))), + "Multiple Comparisons"); table->omit_empty = true; struct pivot_dimension *statistics = pivot_dimension_create (