]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_calendar: Resolve memory leak on calendar destruction
authorSean Bright <sean.bright@gmail.com>
Thu, 24 Oct 2019 14:15:14 +0000 (10:15 -0400)
committerSean Bright <sean.bright@gmail.com>
Thu, 24 Oct 2019 14:18:28 +0000 (09:18 -0500)
commitb3792e1288d481718875fde9da35b9332301d766
treebdd237fb5fbabe6de887ef14ac87257a687f9ea6
parent1b4502ec5d6ec1784e3c1df81c0ee5bebb07519a
res_calendar: Resolve memory leak on calendar destruction

Calling ne_uri_parse allocates memory that needs to be freed with a
corresponding call to ne_uri_free.

ASTERISK-28572 #close

Change-Id: I8a6834da27000a6807d89cb7a157b2a88fcb5e61
res/res_calendar_ews.c
res/res_calendar_exchange.c
res/res_calendar_icalendar.c