projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f9791
)
zip-test.c: Remove erroneous call to zip_member_unref
author
John Darrington
<john@darrington.wattle.id.au>
Thu, 7 Mar 2013 10:22:38 +0000
(11:22 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Thu, 7 Mar 2013 11:58:49 +0000
(12:58 +0100)
tests/libpspp/zip-test.c
patch
|
blob
|
history
diff --git
a/tests/libpspp/zip-test.c
b/tests/libpspp/zip-test.c
index ab55c11070dda1fbf747495092f40e44a1ec954a..eded13e8bf67dccefeab4a547776716c96807c13 100644
(file)
--- 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);
}