zip-test.c: Remove erroneous call to zip_member_unref
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 7 Mar 2013 10:22:38 +0000 (11:22 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 7 Mar 2013 11:58:49 +0000 (12:58 +0100)
tests/libpspp/zip-test.c

index ab55c11070dda1fbf747495092f40e44a1ec954a..eded13e8bf67dccefeab4a547776716c96807c13 100644 (file)
@@ -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);
     }