From: Russell Bryant Date: Sun, 11 Jun 2006 15:08:12 +0000 (+0000) Subject: fix a case where an HTML frame would be leaked X-Git-Tag: 1.2.10~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4003aff34252b92a4d4e7044eb0d2cb19785ec80;p=thirdparty%2Fasterisk.git fix a case where an HTML frame would be leaked git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@33480 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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: