Skip to content
Snippets Groups Projects
Commit 7100403f authored by Russell Bryant's avatar Russell Bryant
Browse files

Merged revisions 33480 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r33480 | russell | 2006-06-11 11:08:12 -0400 (Sun, 11 Jun 2006) | 2 lines

fix a case where an HTML frame would be leaked

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e0bd9032
Branches
Tags
No related merge requests found
...@@ -143,6 +143,7 @@ static int sendurl_exec(struct ast_channel *chan, void *data) ...@@ -143,6 +143,7 @@ static int sendurl_exec(struct ast_channel *chan, void *data)
if (local_option_jump || ast_opt_priority_jumping) if (local_option_jump || ast_opt_priority_jumping)
ast_goto_if_exists(chan, chan->context, chan->exten, chan->priority + 101); ast_goto_if_exists(chan, chan->context, chan->exten, chan->priority + 101);
res = 0; res = 0;
ast_frfree(f);
goto out; goto out;
break; break;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment