Files
asterisk/res
Matthew Jordan 1d3ba1f2a7 Fix memory leak in res_calendar_ews when event email address node is empty
If the XML calendar data returned by a Microsoft Exchange Web Service
specifies an XML Event E-Mail Address ("EmailAddress"), and no e-mail address
is provided, a condition existed where an ast_calendar_attendee struct would
be allocated but not appended to the list of attendees.  Because of that,
the memory associated with the attendee would never be freed.  This patch
frees the memory if no e-mail address is provided.




git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@361606 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-04-06 21:50:43 +00:00
..
2012-03-24 02:34:39 +00:00
2012-04-06 18:09:19 +00:00
2011-11-23 17:12:46 +00:00
2012-04-06 18:09:19 +00:00