diff --git a/apps/app_url.c b/apps/app_url.c index 7f274b46a9..c24dbd8d0c 100644 --- a/apps/app_url.c +++ b/apps/app_url.c @@ -147,6 +147,7 @@ static int sendurl_exec(struct ast_channel *chan, void *data) if (local_option_jump || option_priority_jumping) ast_goto_if_exists(chan, chan->context, chan->exten, chan->priority + 101); res = 0; + ast_frfree(f); goto out; break; default: