Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159359 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- php-4.3.11/ext/xmlrpc/libxmlrpc/xml_element.c.jim     2006-01-29 16:07:39.000000000 -0600
0
++ php-4.3.11/ext/xmlrpc/libxmlrpc/xml_element.c 2006-01-29 16:09:16.000000000 -0600
Lines 188-194 Link Here
188
      Q_Destroy(&root->children);
188
      Q_Destroy(&root->children);
189
      Q_Destroy(&root->attrs);
189
      Q_Destroy(&root->attrs);
190
      my_free((char*)root->name);
190
//      my_free((char*)root->name);
191
      if (root->name) {
192
             free((char *)root->name);
193
             root->name = NULL;
194
      }
191
      simplestring_free(&root->text);
195
      simplestring_free(&root->text);
192
      my_free(root);
196
      my_free(root);
193
   }
197
   }

Return to bug 159359