Index: res/res_calendar_ews.c =================================================================== --- res/res_calendar_ews.c (revision 280705) +++ res/res_calendar_ews.c (working copy) @@ -479,7 +479,6 @@ if (ret != NE_OK) { /* Error handling */ ast_log(LOG_WARNING, "Unable to communicate with Exchange Web Service at '%s': %s\n", ctx->pvt->url, ne_get_error(ctx->pvt->session)); ne_request_destroy(req); - ast_free(request); ne_xml_destroy(parser); return -1; }