forked from github/server
compile in the absence of libxml2-dev
This commit is contained in:
parent
cbd1e8c457
commit
c640fb4be8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue