summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_url.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_url.c b/apps/app_url.c
index f02b1d072..3c5d873a8 100644
--- a/apps/app_url.c
+++ b/apps/app_url.c
@@ -143,6 +143,7 @@ static int sendurl_exec(struct ast_channel *chan, void *data)
if (local_option_jump || ast_opt_priority_jumping)
ast_goto_if_exists(chan, chan->context, chan->exten, chan->priority + 101);
res = 0;
+ ast_frfree(f);
goto out;
break;
default: