[cairo-commit] glitz/src glitz_rect.c,1.10,1.11

David Reveman commit at pdx.freedesktop.org
Fri Sep 10 21:22:32 PDT 2004


Committed by: davidr

Update of /cvs/cairo/glitz/src
In directory gabe:/tmp/cvs-serv21569/src

Modified Files:
	glitz_rect.c 
Log Message:
Fixed memory leak

Index: glitz_rect.c
===================================================================
RCS file: /cvs/cairo/glitz/src/glitz_rect.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** glitz_rect.c	11 Sep 2004 00:16:23 -0000	1.10
--- glitz_rect.c	11 Sep 2004 04:22:30 -0000	1.11
***************
*** 141,144 ****
--- 141,146 ----
                          rects->width, rects->height,
                          &pf, buffer);
+ 
+     glitz_buffer_destroy (buffer);
    }
    




More information about the cairo-commit mailing list