tests/kms_cursor_crc: Move the array of cursor fb_ids to the stack
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 5 Feb 2014 15:32:15 +0000 (15:32 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 11 Feb 2014 13:50:16 +0000 (13:50 +0000)
commit969435a4078be5c1926c6ecbcfcbedfd6a9d8a64
treef448bc090995625249f7792c39f716acd7d3934d
parentd39f5a059b688878f07586f7a9292299316424c2
tests/kms_cursor_crc: Move the array of cursor fb_ids to the stack

This array is not used outside ouf create_cursor_fb(). A stack allocated
array is enough.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
tests/kms_cursor_crc.c