dect
/
asterisk
Archived
13
0
Fork 0

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/trunk@245729 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2010-02-09 18:06:30 +00:00
parent 2d98c63352
commit dd12cdbb0e
1 changed files with 2 additions and 0 deletions

View File

@ -559,6 +559,7 @@ static int transmit_audio(fax_session *s)
}
ast_frfree(inf);
inf = NULL;
}
ast_debug(1, "Loop finished, res=%d\n", res);
@ -698,6 +699,7 @@ static int transmit_t38(fax_session *s)
}
ast_frfree(inf);
inf = NULL;
}
ast_debug(1, "Loop finished, res=%d\n", res);