Page 1 of 1

dangling pointer in libVLC

Posted: 30 Apr 2016 16:52
by ssbmaccom
I see crashes quite often with latest builds of libVLC (embedded in VLCKit for tvOS).
Xcode complains about pointer is used after being free'd.

I created a bug report in trac with a screenshot of Xcode. It happens when starting a video TS stream (Live TV streamed from a STB via HTTP).

Re: dangling pointer in libVLC

Posted: 06 May 2016 21:27
by ssbmaccom
Seems like the issue is fixed, but I would need a rebased version of VLCKit. This maybe should include the patches I sent a week ago to the mailing list. Maybe I have sent the patch incorrectly. Directly sending patches does not work with .Mac mail accounts due to authentication errors.
So far I did this manually for a Testflight release of my app... but for a final release i would prefer to build directly from master/origin...