On Monday, January 26, 2015 11:07:49 AM Juha-Pekka Heikkila wrote:
> added calls to _mesa_error_no_memory() if memory allocation
> returned null pointer.
>
> Signed-off-by: Juha-Pekka Heikkila
> ---
> src/util/set.c | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/s
added calls to _mesa_error_no_memory() if memory allocation
returned null pointer.
Signed-off-by: Juha-Pekka Heikkila
---
src/util/set.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/util/set.c b/src/util/set.c
index c3252a0..b0baccc 100644
--- a/src/util/set.c
+++