Re: [Mesa-dev] Avoid segfault in omx deconstructor

2016-01-12 Thread Marek Olšák
Pushed to master, thanks. Marek On Tue, Nov 3, 2015 at 7:38 PM, Christian König wrote: > The subject line should have something like "st/omx: ...". > > Apart from that the patch is Reviewed-by: Christian König > > > Regards, > Christian. > > > On 03.11.2015 19:06, StDenis, Tom wrote: > > Now wi

[Mesa-dev] Avoid segfault in omx deconstructor

2015-11-03 Thread StDenis, Tom
If the constructor fails before the lists are initialized the deconstructor will fail. This patch is a bit of a kludge fix to just avoid the undefined behaviour. The real fix down the road would be to avoid calling the deconstructor if the constructor failed at all. Tom From 3cf2f8e32b7093c

Re: [Mesa-dev] Avoid segfault in omx deconstructor

2015-11-03 Thread Christian König
The subject line should have something like "st/omx: ...". Apart from that the patch is Reviewed-by: Christian König Regards, Christian. On 03.11.2015 19:06, StDenis, Tom wrote: Now with the correct email address ... Cheers, Tom ---

Re: [Mesa-dev] Avoid segfault in omx deconstructor

2015-11-03 Thread StDenis, Tom
Now with the correct email address ... Cheers, Tom From: StDenis, Tom Sent: Tuesday, November 3, 2015 13:03 To: mesa-dev@lists.freedesktop.org Cc: gpudriverdevsupport Subject: Avoid segfault in omx deconstructor If the constructor fails before the lists are i