Files
asterisk/main
Mark Michelson 68c6175f87 Add va_end calls to __ast_str_helper.
According to the man page for stdarg(3),
"Each invocation of va_copy() must be matched by a
corresponding invocation of va_end() in the same
function."

There were several cases in __ast_str_helper where
va_copy was not matched with a corresponding call
to va_end.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@247076 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-02-16 23:44:33 +00:00
..
2009-04-20 22:10:25 +00:00
2009-03-04 20:48:42 +00:00
2010-02-11 18:42:25 +00:00
2010-01-08 19:39:30 +00:00
2009-12-01 20:27:37 +00:00
2009-09-29 21:28:04 +00:00
2009-12-30 20:34:41 +00:00
2009-08-10 19:20:57 +00:00
2008-07-21 21:00:47 +00:00
2009-11-02 20:43:52 +00:00
2009-03-18 02:28:55 +00:00
2010-01-28 22:37:15 +00:00
2010-01-13 10:45:19 +00:00
2010-02-09 23:32:14 +00:00