mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 49523 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49523 | kpfleming | 2007-01-04 15:06:02 -0600 (Thu, 04 Jan 2007) | 2 lines if we're going to decrement the frame count when we free a frame, we should inrement it when we create one :-) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49524 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -976,6 +976,8 @@ struct iax_frame *iax_frame_new(int direction, int datalen, unsigned int cacheab
|
||||
else
|
||||
ast_atomic_fetchadd_int(&oframes, 1);
|
||||
|
||||
ast_atomic_fetchadd_int(&frames, 1);
|
||||
|
||||
return fr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user