mesa: remove unneeded free() call in texstore_rgba()
authorBrian Paul <brianp@vmware.com>
Mon, 2 Jul 2018 18:39:44 +0000 (12:39 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Jul 2018 03:21:24 +0000 (21:21 -0600)
commit5e2582b3810f4428fae67ce4148642cf450652e8
tree4bd93280b5c271432619385965f1ddc7df1adfff
parent942456f64688059bb8b110544ecc5aaf9cfd7e49
mesa: remove unneeded free() call in texstore_rgba()

The pointer will always be NULL since that's what we just tested for.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/mesa/main/texstore.c