[svn-commits] trunk r33481 - in /trunk: ./ apps/app_url.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sun Jun 11 08:09:06 MST 2006
Author: russell
Date: Sun Jun 11 10:09:06 2006
New Revision: 33481
URL: http://svn.digium.com/view/asterisk?rev=33481&view=rev
Log:
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
........
Modified:
trunk/ (props changed)
trunk/apps/app_url.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: trunk/apps/app_url.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_url.c?rev=33481&r1=33480&r2=33481&view=diff
==============================================================================
--- trunk/apps/app_url.c (original)
+++ trunk/apps/app_url.c Sun Jun 11 10:09:06 2006
@@ -143,6 +143,7 @@
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:
More information about the svn-commits
mailing list