Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in ui/shader.c

2016-05-11 Thread Gerd Hoffmann
On Di, 2016-04-05 at 18:51 +0530, Md Haris Iqbal wrote: > Signed-off-by: Md Haris Iqbal Picked up for next ui pull request. thanks, Gerd

Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in ui/shader.c

2016-05-03 Thread haris iqbal
On Tue, May 3, 2016 at 3:42 PM, Gerd Hoffmann wrote: > On Di, 2016-05-03 at 15:16 +0530, haris iqbal wrote: >> Just a reminder. waiting for a review for the previous patch. > > Patch is fine. Just stalled b/c we are in code freeze, I expect trivial > queue will pick this up for the 2.7 devel cycl

Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in ui/shader.c

2016-05-03 Thread Gerd Hoffmann
On Di, 2016-05-03 at 15:16 +0530, haris iqbal wrote: > Just a reminder. waiting for a review for the previous patch. Patch is fine. Just stalled b/c we are in code freeze, I expect trivial queue will pick this up for the 2.7 devel cycle. cheers, Gerd

Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in ui/shader.c

2016-05-03 Thread haris iqbal
Just a reminder. waiting for a review for the previous patch. On Tue, Apr 5, 2016 at 6:51 PM, Md Haris Iqbal wrote: > Signed-off-by: Md Haris Iqbal > --- > ui/shader.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/ui/shader.c b/ui/shader.c > index 9264009..1ff

[Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in ui/shader.c

2016-04-05 Thread Md Haris Iqbal
Signed-off-by: Md Haris Iqbal --- ui/shader.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/shader.c b/ui/shader.c index 9264009..1ffddbe 100644 --- a/ui/shader.c +++ b/ui/shader.c @@ -83,12 +83,12 @@ GLuint qemu_gl_create_compile_shader(GLenum type, const GLchar