Re: [Orbit-python-list] Bug report: memory leak
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2000-08-10 12:13:24
|
> I attach a simple server, client and IDL file. They demonstrate a > memory leak somewhere: the server starts at about 2.5 kb and grows to On second thought, your idl isn't using any structs or unions, which is where the leaks I've identified are. You may want to look at leaks I've flagged in server.c and client.c. I'm pretty sure I'm leaking memory with opd->parameters._buffer but I'm not sure how to free up that memory. (I tried various things that result in a segfault.) I'll poke around this some more, but I'd appreciate it if you could look into it too. Thanks, Jason. |