What steps will reproduce the problem?
1. Call CreateZipFile2:Password:
2. Call addFileToZip:newname:
3. See bad access crash
What is the expected output? What do you see instead?
I am expecting to be able to add files to the zip archive without it crashing.
What version of the product are you using? On what operating system?
The latest, on the iPhone 4 using iOS4.1
Please provide any additional information below.
The problem is that you are not retaining the password that is being set. So
when _password is trying to be read later it crashes. Make password a property
that you retain and release and it works.
Original issue reported on code.google.com by billsthe...@gmail.com on 16 Sep 2010 at 4:37
Original issue reported on code.google.com by
billsthe...@gmail.com
on 16 Sep 2010 at 4:37