mesa: Verify memory allocations success in _mesa_PushAttrib
authorJuha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Mon, 16 Dec 2013 14:04:00 +0000 (07:04 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 18 Dec 2013 16:06:52 +0000 (09:06 -0700)
commit56c5ba8f92d372f6c36d1746e875bbba09b6b00f
treef6c19aebc0779ec0d57e3df1e19ee44ae7f13fc9
parent2a83e4182c02f150ac278945f4519a615ec54f44
mesa: Verify memory allocations success in _mesa_PushAttrib

Check for malloc() returning null to fix Klocwork warnings.
Minor clean-ups by BrianP.

Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/attrib.c