https://issues.apache.org/bugzilla/show_bug.cgi?id=39045
--- Comment #6 from Francois Pesce <[EMAIL PROTECTED]> 2008-09-08 16:25:56 PST --- Probably because I've been too much bothered of memory leaks in other open source projects where a function heterogeneously and randomly returns const char OR allocated result, that made me unable to know when to deallocate or not. Feel free to change that if you want. I know some (not all) of the subtleties and differences from pools allocation in comparison to "classic" allocation function, but I've decided to keep an homogeneous allocation type to this result. And vals[i] is usualy allocated via apr_pstrdup(). Feel free to change it if you prefer. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
