From: John Darrington Date: Thu, 7 Mar 2013 10:22:38 +0000 (+0100) Subject: zip-test.c: Remove erroneous call to zip_member_unref X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3786604e953232c28ac06481e2e078e46cd26b8;p=pspp zip-test.c: Remove erroneous call to zip_member_unref --- 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); }