Re: [Mesa-dev] [PATCH 04/20] mesa: add missing null check in _mesa_NewHashTable()

2014-05-14 Thread Ian Romanick
Reviewed-by: Ian Romanick On 05/14/2014 10:55 AM, Juha-Pekka Heikkila wrote: > Signed-off-by: Juha-Pekka Heikkila > --- > src/mesa/main/hash.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/src/mesa/main/hash.c b/src/mesa/main/hash.c > index 23018e9..674c29d 100644 > ---

[Mesa-dev] [PATCH 04/20] mesa: add missing null check in _mesa_NewHashTable()

2014-05-14 Thread Juha-Pekka Heikkila
Signed-off-by: Juha-Pekka Heikkila --- src/mesa/main/hash.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/mesa/main/hash.c b/src/mesa/main/hash.c index 23018e9..674c29d 100644 --- a/src/mesa/main/hash.c +++ b/src/mesa/main/hash.c @@ -115,10 +115,20 @@ _mesa_NewHashTable(void