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