Browse Source

Forgot about this one

PEAR_1_4DEV
Moriyoshi Koizumi 23 years ago
parent
commit
506136f9c6
  1. 1
      ext/simplexml/simplexml.c

1
ext/simplexml/simplexml.c

@ -585,6 +585,7 @@ simplexml_ce_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type)
if (vptr == NULL) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create XML Schema validation context");
xmlSchemaFree(sptr);
xmlSchemaFreeParserCtxt(parser);
RETURN_FALSE;
}

Loading…
Cancel
Save