[Bug 777847] ios/osx: Don't use manual reference counting in ObjC code

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 6 08:06:36 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777847

--- Comment #13 from Nick Kallen <socialmediamaster9000 at gmail.com> ---

> ::: sys/applemedia/videotexturecache.m
> @@ +145,3 @@
>      CFRelease(data->texture);
>      CFRelease(data->cache);
> +    free(data);
> 
> Why do you revert this?
> 
> @@ +200,2 @@
>  success: {
> +  TextureWrapper *texture_data = malloc(sizeof(TextureWrapper));
> 
> And this?

Sorry this is a merge conflict, will fix

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list