This commit is contained in:
Anthony Minessale 2013-04-06 16:31:38 -05:00
parent 4ccfb475de
commit 1e251568cc

View File

@ -2104,7 +2104,7 @@ static void _send_presence_notify(sofia_profile_t *profile,
path = sofia_glue_get_path_from_contact((char *) o_contact);
tmp = (char *)o_contact;
tmp = (char *)o_contact;
o_contact_dup = sofia_glue_get_url_from_contact(tmp, 1);
@ -2279,8 +2279,7 @@ static void _send_presence_notify(sofia_profile_t *profile,
switch_safe_free(o_contact_dup);
switch_safe_free(send_contact);
switch_safe_free(our_contact_dup);
switch_safe_free(path);
}