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
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
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
---
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