magicboker

Results 2 issues of magicboker

The WebAuth login page used to show my app icon by using v1 API, but it missed the app icon when using v2 API with this SDK for iPhone. Like...

enhancement

I found several crash logs in the latest version GPUImageFramebuffer.m, line 333: ` CFRetain(renderTarget);` The renderTarget is NULL or released here! Code snippet: ``` UIImage *output; @autoreleasepool { GPUImagePicture *source...