X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fzip-test.c;h=eded13e8bf67dccefeab4a547776716c96807c13;hb=c44153d4b047bc82852df1e5a08e099ab09b14e6;hp=ab55c11070dda1fbf747495092f40e44a1ec954a;hpb=a258da644fcf0667a93971adfc68e40badc756fa;p=pspp diff --git a/tests/libpspp/zip-test.c b/tests/libpspp/zip-test.c index ab55c11070..eded13e8bf 100644 --- a/tests/libpspp/zip-test.c +++ b/tests/libpspp/zip-test.c @@ -102,8 +102,6 @@ main (int argc, char **argv) fprintf (stderr, "Unzip failed: %s\n", ds_cstr (&str)); check_die (); } - - zip_member_unref (zm); } zip_reader_destroy (zr); }