[Mesa-dev] [PATCH 1/3] mesa: remove null pointer checks before free() calls
Kenneth Graunke
kenneth at whitecape.org
Mon Sep 3 10:20:43 PDT 2012
On 09/03/2012 07:13 AM, Brian Paul wrote:
> From: Brian Paul <brianp at vmware.com>
>
> Since free(NULL) is fine.
I vaguely recall something about free(NULL) not being OK with MSVC. I
hope I'm wrong about that, though.
Assuming there's no problem there, these look good!
For the series:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list