Re: [Modcplusplus-devel] building an rpm package
Brought to you by:
gr84b8,
johnksterling
From: Pawel N. <ne...@fo...> - 2005-03-28 14:08:52
|
On Sat, 26 Mar 2005 09:19:28 -0500, John Sterling <jo...@st...> wrote : > By the way, mod_cplusplus 1.5.1 should have a fix for the shrext > problem. Also, I applied your other 2 patches - thanks. Great! I'm working on memory leaks right now. I found that there are dynamically allocated pointers stored in vectors, but there's no code that deletes them. Example: request_rec.cpp, but similar problems are in other files. I will send you a patch when I finish. I'm going to use smart pointers from boost (http://www.boost.org). -- **Pawel Niewiadomski**, new()foo-baz.com, http://new.foo-baz.com/ Virtual Qmail (http://v-q.foo-baz.com), qmail-patches (http://q-p.foo-baz.com) |