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.

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