Re: Several questions about writing modules

2007-03-02 Thread Fabiano Sidler
Thank you for your immediate answers! 2007/3/3, Nick Kew <[EMAIL PROTECTED]>: > What about pointers in the module_config struct? (How) does the httpd > guarantee the proper deallocation of referenced memory? Do I have to > register a dealloc function with each of my module_config structs? Nope.

Re: Several questions about writing modules

2007-03-02 Thread Nick Kew
On Sat, 3 Mar 2007 01:04:58 +0100 "Fabiano Sidler" <[EMAIL PROTECTED]> wrote: > Hi folks! > > Although the Apache webserver has a somewhat comprehensive API, there > are still questions I can't answer: > > What about pointers in the module_config struct? (How) does the httpd > guarantee the prop

Several questions about writing modules

2007-03-02 Thread Fabiano Sidler
Hi folks! Although the Apache webserver has a somewhat comprehensive API, there are still questions I can't answer: What about pointers in the module_config struct? (How) does the httpd guarantee the proper deallocation of referenced memory? Do I have to register a dealloc function with each of