diff options
Diffstat (limited to 'src/xml.c')
| -rw-r--r-- | src/xml.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -141,7 +141,6 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html | |||
| 141 | Fcons (Qnil, Fnreverse (Fcons (r, result)))); | 141 | Fcons (Qnil, Fnreverse (Fcons (r, result)))); |
| 142 | 142 | ||
| 143 | xmlFreeDoc (doc); | 143 | xmlFreeDoc (doc); |
| 144 | xmlCleanupParser (); | ||
| 145 | } | 144 | } |
| 146 | 145 | ||
| 147 | return result; | 146 | return result; |