[cairo-commit] pycairo/cairo pycairo-pattern.c,1.32,1.33

Steve Chaplin commit at pdx.freedesktop.org
Sun May 28 22:45:54 PDT 2006


Committed by: stevech1097

Update of /cvs/cairo/pycairo/cairo
In directory kemper:/tmp/cvs-serv18040/cairo

Modified Files:
	pycairo-pattern.c 
Log Message:
'SC'

Index: pycairo-pattern.c
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/pycairo-pattern.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- pycairo-pattern.c	29 Apr 2006 07:26:08 -0000	1.32
+++ pycairo-pattern.c	29 May 2006 05:45:52 -0000	1.33
@@ -49,7 +49,7 @@
 PyObject *
 PycairoPattern_FromPattern (cairo_pattern_t *pattern)
 {
-    PyTypeObject *type;
+    PyTypeObject *type = NULL;
     PyObject *o;
 
     assert (pattern != NULL);



More information about the cairo-commit mailing list