mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-06 21:19:17 +00:00
[mod_sofia] Fix multiple memory leaks in sofia_presence_handle_sip_i_subscribe()
This commit is contained in:
parent
8e4b418ee4
commit
dcb75a79e3
@ -4284,7 +4284,11 @@ void sofia_presence_handle_sip_i_subscribe(int status,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
switch_xml_free(xml);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
switch_safe_free(pd_dup);
|
||||||
}
|
}
|
||||||
switch_event_fire(&event);
|
switch_event_fire(&event);
|
||||||
} else if (!strcasecmp(event, "message-summary")) {
|
} else if (!strcasecmp(event, "message-summary")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user