mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merged revisions 19303 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19303 | file | 2006-04-11 17:46:38 -0300 (Tue, 11 Apr 2006) | 2 lines Minor linked lists bug fix. When you're dealing with swapping entries around a lot it can cause a seg fault. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19304 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -486,6 +486,7 @@ struct {								\ | ||||
| 				(head)->last = curelm;				\ | ||||
| 		} \ | ||||
| 	}								\ | ||||
|         (elm)->field.next = NULL;                                       \ | ||||
| } while (0) | ||||
|  | ||||
| #endif /* _ASTERISK_LINKEDLISTS_H */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user