matthewpalmer / Regift

Easily convert a video to a GIF on iOS.
MIT License
526 stars 80 forks source link

avoid crash #37

Open kirayamato1989 opened 7 years ago

kirayamato1989 commented 7 years ago

when an error occur the giftGroup will been leaved, but the loop will continue. Finally at the last time the code will be execute giftGroup.leave() this will crash