mirror of
https://gitee.com/shuto/cordova-plugin-camera.git
synced 2026-05-17 00:00:01 +08:00
0d389857cf
A __bridge_retained cast increments the count and requires a CFRelease, this should just be __bridge a cast since it isn’t being held onto by this method. close #51