aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-09 18:09:25 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-09 18:09:25 +0000
commit95768c9b9a5dd29f6391ce1b5b48a4bb4d696997 (patch)
treef8d200fca722946051bcebf8feb2701348f85518 /apps
parente45489f617b512384a57b339097cd193be314ef3 (diff)
Merged revisions 245729 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r245729 | tilghman | 2010-02-09 12:06:30 -0600 (Tue, 09 Feb 2010) | 8 lines Ensure frames are only freed once. (closes issue #16361) Reported by: vlad Patches: 20100208__issue16361.diff.txt uploaded by tilghman (license 14) Tested by: kenny, bloodoff, misaksen ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@245731 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_fax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_fax.c b/apps/app_fax.c
index c0621f5bb..8c0b645ec 100644
--- a/apps/app_fax.c
+++ b/apps/app_fax.c
@@ -516,6 +516,7 @@ static int transmit_audio(fax_session *s)
}
ast_frfree(inf);
+ inf = NULL;
}
ast_debug(1, "Loop finished, res=%d\n", res);