glx: convert glx_config_create_list to one big calloc
authorAdam Jackson <ajax@redhat.com>
Wed, 14 Aug 2019 16:14:06 +0000 (12:14 -0400)
committerAdam Jackson <ajax@redhat.com>
Tue, 20 Aug 2019 18:05:01 +0000 (14:05 -0400)
commit35fc7bdf0e6ad6547e39099e7060a3d89539b56d
treeea7cfc063ad89b9118b71343cf425ace2e288660
parent97d58eabcc87d9b66b5837eeae0ce1174d29f448
glx: convert glx_config_create_list to one big calloc

Simpler, less failure prone, less malloc overhead, what's not to like.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/glx/glxconfig.c