OSDN Git Service

mesa: fix incorrect type when allocating arrays
authorAndres Rodriguez <andresx7@gmail.com>
Wed, 7 Feb 2018 19:38:52 +0000 (14:38 -0500)
committerAndres Rodriguez <andresx7@gmail.com>
Wed, 7 Feb 2018 19:50:21 +0000 (14:50 -0500)
commit83990dd529095dc0c2ce228bc8003c145ddf9e73
tree030bc15bb1246d94f67bbdcfd65cb6a3ed5157c7
parentd7bec6f7a6a2a35c80be939db8532011af1e9b67
mesa: fix incorrect type when allocating arrays

The array members are have type 'struct gl_buffer_object *'

Found by coverity.

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/externalobjects.c