Re: [Orbit-python-list] Almost there (was: memory leak)
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2000-08-16 02:45:11
|
> Oh, and after that, I'll have a look at the leak in structs and > unions that you [Jason] mention. Could you explain a bit why you > think there's a leak? The comment isn't really explicit... Actually there are a bunch of leaks in idl.c. These aren't really big deals since these functions don't get called repeatedly, however they still need to be fixed. Just ignore these. I've a few changes I'm going to make elsewhere (to the way namespaces are handled), so I'll just go through idl.c and clean up the leaks. I just discovered that IDL_ns_ident_to_qstring does not return borrowed references as I'd originally thought, for example. Don't worry about the leaks in idl.c. Jason. |