Skip to content
Snippets Groups Projects
Commit 2f854fab authored by Joshua Colp's avatar Joshua Colp
Browse files

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
parent 77e998a2
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,7 @@ struct { \
(head)->last = curelm; \
} \
} \
(elm)->field.next = NULL; \
} while (0)
#endif /* _ASTERISK_LINKEDLISTS_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment