@@ -571,7 +571,7 @@ send_publish:
if( body && ret_code)
{
if(body->s)
- free(body->s);
+ xmlFree(body->s);
pkg_free(body);
}
if(etag.s)
@@ -595,7 +595,7 @@ error:
if(body&& ret_code)
if(str_hdr)