From d792b018cf3234f88c0777274d7b7c9890166f5f Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Sun, 25 Jul 2004 15:16:48 +0000 Subject: Oops, forget in previous commit --- python/xml/py_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/xml/py_xml.c') diff --git a/python/xml/py_xml.c b/python/xml/py_xml.c index bf5aa97f..814c2304 100644 --- a/python/xml/py_xml.c +++ b/python/xml/py_xml.c @@ -144,7 +144,7 @@ PyObject *node_export_to_soap(PyObject *self, PyObject *args) { PyObject *node_get_attr_value(PyObject *self, PyObject *args) { PyObject *node_obj; const xmlChar *name; - xmlChar *ret; + xmlChar *ret = NULL; if (CheckArgs(args, "OS:node_get_attr_value")) { if(!PyArg_ParseTuple(args, (char *) "Os:node_get_attr_value", -- cgit