On 19.12.2015 02:15, Nicolai Hähnle wrote:
> On 17.12.2015 22:13, Michel Dänzer wrote:
>> On 18.12.2015 07:00, Nicolai Hähnle wrote:
>>> From: Nicolai Hähnle <nicolai.haeh...@amd.com>
>>>
>>> Unify the cleanup paths of the function rather than duplicating code.
>>
>> This should probably be backported to the stable branches? If so, add
> 
> True. It's not like it's a critical fix, given that it affects an error
> path anyway, but hey :)

Well, it does mean that if LLVMTargetMachineEmitToMemoryBuffer fails for
any reason, we'll probably crash the next time around, because we'll
still try to use sctx->tm which has been disposed of?


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to