X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsys-file-info.c;fp=src%2Flanguage%2Fdictionary%2Fsys-file-info.c;h=1fd80281c421bc42feffdf89102eefdf147cf2e6;hb=bcaaee5f0bd21f443c8dcb5f67114e63d43673af;hp=80fa903b066ca704f05d5e1572c2b42270707760;hpb=1abd7f599dd0d773add0a98fa3b612bc15aaf422;p=pspp diff --git a/src/language/dictionary/sys-file-info.c b/src/language/dictionary/sys-file-info.c index 80fa903b06..1fd80281c4 100644 --- a/src/language/dictionary/sys-file-info.c +++ b/src/language/dictionary/sys-file-info.c @@ -694,7 +694,7 @@ display_attributes (const struct attrset *dict_attrset, var_get_attributes (vars[i]), flags); if (pivot_table_is_empty (table)) - pivot_table_destroy (table); + pivot_table_unref (table); else pivot_table_submit (table); }