From: Michael Jerris Date: Tue, 21 Oct 2008 16:40:49 +0000 (+0000) Subject: tweak windows build X-Git-Tag: v1.0.2~749 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d721a1cf385cbfd6c400838e3904bbad3f5cacef;p=thirdparty%2Ffreeswitch.git tweak windows build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10091 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c index 203ae6031b..00ff00970a 100644 --- a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c +++ b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c @@ -714,7 +714,6 @@ static xmlrpc_value *freeswitch_api(xmlrpc_env * const envP, xmlrpc_value * cons val = xmlrpc_build_value(envP, "s", "ERROR!"); } - done: /* xmlrpc-c requires us to free memory it malloced from xmlrpc_decompose_value */ switch_safe_free(command); switch_safe_free(arg);