GNOME Bugzilla – Bug 578870
memory leak in gio.File.copy_async
Last modified: 2009-04-13 20:31:16 UTC
Second PyGIONotify structure in gio.File.copy_async is leaked, as is said in a comment. Patch follows.
Created attachment 132611 [details] [review] simple but generic patch This patch adds a generic machinery in case we need to add similar functions later. It makes it possible to chain two or more PyGIONotify structures together, so that you can control (and free) all of them at once. Reviewing is needed, I'm not completely certain in the code.
looks good to me Paul
Sending ChangeLog Sending gio/gfile.override Sending gio/gio.override Transmitting file data ... Committed revision 1060.