GNOME Bugzilla – Bug 71021
Make PyGTK leakless
Last modified: 2004-12-22 21:47:04 UTC
PyGTK leaks quite a bit. This is a metabug for solving all leaks
Created attachment 6663 [details] Simple script to check leaks, linux only
Should check if memprof works okay for 2.0 apps, as it would give much more detailed information. Looking at the size of the VM map is a very crude way of looking for leaks.
Created attachment 9941 [details] [review] Fixes a small reference leak in the get_property/set_property methods
applied Arjan's patch. Please don't attach random memory leak patches to this bug though. Instead, file separate bugs (I had almost overlooked this one).
Created attachment 10596 [details] [review] Here signals and properties are unreffed to much. The dictionary returns a borrowed reference, so they shouldn't be unreffed.
Moved the last attachment to bug 91244 Arjan, in the future, please _don't_ add any more patches to this bug. File separate bugs instead.
mass reassign of open pygtk and gnome-python bugs.
Meta bugs are not very useful, since we have very few open bugs. It's better to consider everything leakless (or bug free). And then fix bugs as new bug reports get filed. Closing.