dleehr / DLSFTPClient

SFTP Client library and sample app for iOS, using libssh2
BSD 2-Clause "Simplified" License
80 stars 35 forks source link

Add cleanup handler to dispatch sources #2

Closed Leehro closed 11 years ago

Leehro commented 11 years ago

upload and download use dispatch sources to relay transfer progress. When deploying to iOS 5, these sources are released in the cleanup handler. They should be released in a cancel handler instead.

This causes tests to fail if deployment target is 5.1