Reviewed-by: Ian Romanick
On 06/19/2014 05:24 AM, Juha-Pekka Heikkila wrote:
> Report memory error on realloc failure and don't leak any memory.
>
> Signed-off-by: Juha-Pekka Heikkila
> ---
> src/glsl/link_atomics.cpp | 13 +++--
> 1 file changed, 11 insertions(+), 2 deletions(-)
>
>
Report memory error on realloc failure and don't leak any memory.
Signed-off-by: Juha-Pekka Heikkila
---
src/glsl/link_atomics.cpp | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/glsl/link_atomics.cpp b/src/glsl/link_atomics.cpp
index d92cdb1..fbe4e73 10064