compile in the absence of libxml2-dev

This commit is contained in:
Enno Rehling 2016-10-01 16:39:35 +00:00
parent cbd1e8c457
commit c640fb4be8
1 changed files with 2 additions and 0 deletions

View File

@ -740,7 +740,9 @@ void kernel_done(void)
/* calling this function releases memory assigned to static variables, etc.
* calling it is optional, e.g. a release server will most likely not do it.
*/
#ifdef USE_LIBXML2
xml_done();
#endif
attrib_done();
item_done();
message_done();