[Commits] xml-plugin.c 1.8 1.9
miras at claws-mail.org
miras at claws-mail.org
Mon Nov 28 22:45:30 CET 2011
Update of /home/claws-mail/contacts/plugins/xml
In directory claws-mail:/tmp/cvs-serv9755/plugins/xml
Modified Files:
xml-plugin.c
Log Message:
2011-11-28 [mir] 0.6.0cvs30
* configure.ac
* plugins/ldap/ldap-plugin.c
* plugins/xml/xml-plugin.c
* src/callbacks.c
* src/contactwindow.c
* src/printing.c
* src/utils.c
* src/utils.h
* xmllib/parser.c
- code cleaning to loose compile time
warnings and optimizer errors.
Index: xml-plugin.c
===================================================================
RCS file: /home/claws-mail/contacts/plugins/xml/xml-plugin.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xml-plugin.c 22 Nov 2011 00:10:53 -0000 1.8
+++ xml-plugin.c 28 Nov 2011 21:45:27 -0000 1.9
@@ -245,7 +245,7 @@
}
static void attributes_attrib(gchar** str, gchar* key, AttribDef* attr) {
- gchar *tmp, *k, *v;
+ gchar *tmp = NULL, *k, *v;
void* value = NULL;
AttribType type;
gboolean bool;
More information about the Commits
mailing list