where?
In GTK (the GTK.Pixmap object keeps a reference to the GDK.Pixmap object)
shouldn't that reference be removed once it goes out of scope? wouldn't that otherwise cause a leak?
Once the GTK.Pixmap is destroyed it should be removed, yes.
However, there are some peculiarities with the connection between pike and GTK refcouting.