Re: Libev leaks memory

2008-05-15 Thread Marc Lehmann
On Thu, May 15, 2008 at 07:10:36PM +0900, hsanson <[EMAIL PROTECTED]> wrote: > I am using libev to implement a media server and so far everything is > smooth and easy. The only problem that I found is that libev seems to > leak memory. It doesn't: > Running this program under valgrind will give

Re: Libev leaks memory

2008-05-15 Thread Brandon Black
hsanson wrote: I am using libev to implement a media server and so far everything is smooth and easy. The only problem that I found is that libev seems to leak memory. [...] ==30474== 256 bytes in 1 blocks are still reachable in loss record 1 of 1 ==30474==at 0x4022AB8: malloc (vg_repl

Libev leaks memory

2008-05-15 Thread hsanson
I am using libev to implement a media server and so far everything is smooth and easy. The only problem that I found is that libev seems to leak memory. A simple program like this: int main(int argc, char **argv) { struct ev_loop *loop; loop = ev_default_loop(EVBACKEND_EPOLL