mesa: modified _mesa_align_free() to accept NULL pointer
authorSiavash Eliasi <siavashserver@gmail.com>
Wed, 4 Dec 2013 04:50:00 +0000 (21:50 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 4 Dec 2013 14:31:27 +0000 (07:31 -0700)
commitf0cc59d68a9f5231e8e2111393a1834858820735
treee8261356dc2405630122615badac6777ae760c81
parent267679be84de5bc9d2bd0fccb1712bc5cddb6be7
mesa: modified _mesa_align_free() to accept NULL pointer

So that it acts like ordinary free().  This lets us remove a bunch of
if statements where the function is called.

v2:
- Avoiding compile error on MSVC and possible warnings on other compilers.
- Added comment regards passing NULL pointer being safe.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/imports.c
src/mesa/math/m_matrix.c
src/mesa/program/prog_parameter.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/swrast/s_texture.c
src/mesa/tnl/t_vertex.c
src/mesa/vbo/vbo_exec_api.c