----- [EMAIL PROTECTED] wrote:
> +#ifdef __AST_DEBUG_MALLOC
> +static void FREE(void *ptr)
> +{
> + free(ptr);
> +}
> +#else
> +#define FREE free
> +#endif
> +
Should we just move this into a common place, now that it's being repeated in
quite a few places?
Alternatively, since we have ast_malloc/ast_calloc, should we have ast_free
(not in 1.2, of course)?
--
Kevin P. Fleming
Senior Software Engineer
Digium, Inc.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev