-
- Downloads
- The recent change to linklists.h broke the build on linux for some reason.
So, I have removed all of the uses of AST_LIST_HEAD_INIT and replaced them with the equivalent static initializations. - On passing, fix a memory leak in the unload_module() function of chan_agent. The agents list mutex was never destroyed, and the elements in the agents list were not freed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26990 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_externalivr.c 5 additions, 5 deletionsapps/app_externalivr.c
- channels/chan_agent.c 10 additions, 13 deletionschannels/chan_agent.c
- dnsmgr.c 1 addition, 2 deletionsdnsmgr.c
- include/asterisk/linkedlists.h 0 additions, 14 deletionsinclude/asterisk/linkedlists.h
- pbx.c 1 addition, 3 deletionspbx.c
- res/res_features.c 1 addition, 2 deletionsres/res_features.c
Loading
Please register or sign in to comment