Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for defect reported by danielrhodes
If a handler has a retain count of 1 and gets released after finishing a download (by being bumped from the buffer), it causes a crash when it tries to add itself to the memory buffer. This would occur at line 355 in HJMOHandler.m. I think this can be solved by bumping it from the download buffer after the object has been added to the memory buffe Signed-off-by: Mark Johnson <[email protected]>
- Loading branch information