Low: fencer: Fix memory leak in stonith_query_capable_device_cb()
xmlAddChild(wrapper, list) unlinks list from its document and adds it to
wrapper's document. list's original document is never freed.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>