mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix several memory leaks
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3167,6 +3167,7 @@ static int load_config(void)
|
||||
while(cur) {
|
||||
l = cur;
|
||||
cur = cur->next;
|
||||
l->alloced = 1;
|
||||
free_user(l);
|
||||
}
|
||||
zcur = zones;
|
||||
|
Reference in New Issue
Block a user