]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mem leak
authorJeff Lenk <jeff@jefflenk.com>
Mon, 10 Jan 2011 15:39:46 +0000 (09:39 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 10 Jan 2011 15:39:46 +0000 (09:39 -0600)
src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c

index be06b148cde5771b040138bbe1c269b995afe728..468190d887a64089156a2e4340b64f55f37c004d 100644 (file)
@@ -744,6 +744,7 @@ abyss_bool handler_hook(TSession * r)
 
                if (dateValue) {
                        ResponseAddField(r, "Date", dateValue);
+                       free(dateValue);
                }
        }