X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Fpivot-table-test.c;h=9e91bfe3bf4e3c8e19f0f8b4b3e373005e51fd06;hb=b0d11e19181e8b40639947e90724fac7926aee99;hp=f1944c3237bf828a5f29f44ee0f3e7f954085c74;hpb=b9019cc390638a998007fc314b8ab7a8fb3e92fa;p=pspp diff --git a/tests/output/pivot-table-test.c b/tests/output/pivot-table-test.c index f1944c3237..9e91bfe3bf 100644 --- a/tests/output/pivot-table-test.c +++ b/tests/output/pivot-table-test.c @@ -1224,7 +1224,7 @@ read_table (struct lexer *lexer) if (!displayed) pivot_table_submit (pt); else - pivot_table_unshare (pt); + pivot_table_unref (pt); force_match (lexer, T_ENDCMD); }