Vinson Lee writes:
> Fixes "Dereference before null check" defect reported by Coverity.
The irb->mt check should be dropped, instead --
_mesa_source_buffer_exists() or _mesa_clip_copytexsubimage() should have
failed in that case, and we would never have reached this.
pgpULYupmvnzH.pgp
Descript
Fixes "Dereference before null check" defect reported by Coverity.
Signed-off-by: Vinson Lee
---
src/mesa/drivers/dri/intel/intel_tex_copy.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/intel/intel_tex_copy.c
b/src/mesa/drivers/dri/intel/intel_