openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages xmlrpc-epi-0.51-gcc4.patch
      Pages: < 1 >  DOWNLOAD      
diff -Nru xmlrpc-epi-0.51.orig/src/xml_element.c xmlrpc-epi-0.51/src/xml_element.c
--- xmlrpc-epi-0.51.orig/src/xml_element.c	2002-05-23 19:46:51.000000000 +0200
+++ xmlrpc-epi-0.51/src/xml_element.c	2007-04-27 13:35:27.000000000 +0200
@@ -170,7 +170,7 @@
 
       Q_Destroy(&root->children);
       Q_Destroy(&root->attrs);
-      my_free((char*)root->name);
+      my_free(root->name);
       simplestring_free(&root->text);
       my_free(root);
    }