Richard Mudgett
1a7783c7f8
MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.
...
* There were several places in ARI where an external library was mallocing
memory that must always be released with free(). When MALLOC_DEBUG is
enabled, free() is redirected to the MALLOC_DEBUG version. Since the
external library call still uses the normal malloc(), MALLOC_DEBUG
complains that the freed memory block is not registered and will not free
it. These cases must use ast_std_free().
* Changed calls to asprintf() and vasprintf() to the equivalent
ast_asprintf() and ast_vasprintf() versions respectively.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-10-02 17:11:42 +00:00
..
2013-09-30 18:48:57 +00:00
2012-10-14 21:45:16 +00:00
2013-09-13 22:05:07 +00:00
2012-10-18 20:31:05 +00:00
2012-10-14 21:45:16 +00:00
2013-06-17 03:00:38 +00:00
2013-08-22 21:09:52 +00:00
2013-09-27 21:56:15 +00:00
2013-07-20 13:10:22 +00:00
2012-03-14 23:29:32 +00:00
2013-05-21 18:00:22 +00:00
2013-08-22 22:33:48 +00:00
2013-08-22 21:09:52 +00:00
2013-01-22 15:16:20 +00:00
2012-03-01 22:09:18 +00:00
2012-03-01 22:09:18 +00:00
2013-02-14 03:49:52 +00:00
2013-10-02 16:20:25 +00:00
2012-07-31 20:21:43 +00:00
2013-08-02 02:32:44 +00:00
2013-08-22 22:33:48 +00:00
2013-06-17 03:00:38 +00:00
2013-08-29 22:45:15 +00:00
2012-03-20 20:42:34 +00:00
2011-07-14 20:28:54 +00:00
2012-06-20 11:47:12 +00:00
2013-05-29 02:26:17 +00:00
2012-10-14 21:45:16 +00:00
2012-03-01 22:09:18 +00:00
2013-08-22 23:15:14 +00:00
2013-06-17 03:00:38 +00:00
2012-07-31 20:21:43 +00:00
2012-09-21 17:14:59 +00:00
2011-07-14 20:28:54 +00:00
2012-02-20 23:43:27 +00:00
2012-11-07 19:15:26 +00:00
2012-07-31 20:21:43 +00:00
2013-09-30 18:48:57 +00:00
2012-04-04 18:08:28 +00:00
2013-08-06 14:44:45 +00:00
2013-08-30 16:26:32 +00:00
2011-09-19 20:23:29 +00:00
2012-02-24 00:32:20 +00:00
2012-02-24 00:32:20 +00:00
2012-08-08 22:39:40 +00:00
2013-06-17 03:00:38 +00:00
2013-02-05 19:11:33 +00:00
2013-08-06 08:36:15 +00:00
2012-02-20 23:43:27 +00:00
2012-02-29 16:52:47 +00:00
2013-09-30 18:48:57 +00:00
2012-02-20 23:43:27 +00:00
2012-02-29 16:52:47 +00:00
2011-07-14 20:28:54 +00:00
2012-11-07 19:15:26 +00:00
2011-09-19 20:23:29 +00:00
2012-02-20 23:43:27 +00:00
2012-09-28 18:27:02 +00:00
2012-02-20 23:43:27 +00:00
2012-02-29 16:52:47 +00:00
2013-02-15 13:38:12 +00:00
2012-07-31 20:21:43 +00:00
2012-02-20 23:43:27 +00:00
2013-09-16 17:53:47 +00:00
2013-10-02 17:11:42 +00:00
2013-06-24 21:40:52 +00:00
2012-06-15 16:20:16 +00:00
2012-03-13 18:20:34 +00:00
2012-02-24 00:32:20 +00:00
2012-04-03 20:14:01 +00:00
2011-10-07 19:37:33 +00:00
2013-05-31 19:00:51 +00:00
2013-08-29 22:45:15 +00:00
2013-09-30 18:48:57 +00:00
2012-06-15 15:33:41 +00:00
2012-11-07 19:15:26 +00:00
2012-02-24 00:32:20 +00:00
2011-07-14 20:28:54 +00:00
2012-07-31 20:21:43 +00:00
2012-02-29 16:52:47 +00:00
2013-04-15 16:43:47 +00:00