What steps will reproduce the problem?
1. connect
2. wait for the connection to be closed
3. stopPingTimer will be called
4. [pingTimer release] will crash the program (because it wasn't retained in
the first place)
What is the expected output? What do you see instead?
expected [pingTimer release] not to crash
What version of the product are you using? On what operating system?
I used 1.0.0-rc2 (with *.a library files) and had the same problem.
And used source files(*.m) in the svn trunk.
operating system: iOS
Please provide any additional information below.
For discussion of proper timer release,
http://stackoverflow.com/questions/1171393/what-is-the-first-step-in-nstimer-rel
ease-and-invalidate
Original issue reported on code.google.com by p.compas...@gmail.com on 15 Jun 2012 at 6:01
Original issue reported on code.google.com by
p.compas...@gmail.com
on 15 Jun 2012 at 6:01