there are a few files, probably derived from some old template,
that still have these blocks:

        #ifdef __AST_DEBUG_MALLOC
        static void FREE(void *ptr)
        {
                free(ptr);
        }
        #else
        #define FREE free
        #endif

the files in question are the following:

        ./res/res_features.c:static void FREE(void *ptr)
        ./res/res_features.c.orig:static void FREE(void *ptr)
        ./pbx/.svn/text-base/pbx_ael.c.svn-base:static void FREE(void *ptr)
        ./pbx/.svn/text-base/pbx_config.c.svn-base:static void FREE(void *ptr)
        ./pbx/pbx_config.c:static void FREE(void *ptr)
        ./pbx/pbx_ael.c:static void FREE(void *ptr)

i don't think there is any reason for that, especially
considering that the actual function or macro is not used
consistently across the code. It should go, right ?

        cheers
        luigi
_______________________________________________
--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

Reply via email to