>  
> -   tgsi_exec_machine_destroy(draw->vs.tgsi.machine);
> +   if (draw_get_option_use_llvm())
> +      tgsi_exec_machine_destroy(draw->vs.tgsi.machine);

That part should have used !draw_get_option_use_llvm() 
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to