GNOME Bugzilla – Bug 638912
GLib.Socket.accept's return value should not be unowned
Last modified: 2011-01-10 08:43:57 UTC
Created attachment 177754 [details] [review] Patch fixing the memory leak in GLib.Socket.accept vapi bindings. Similarly to: http://mail.gnome.org/archives/vala-list/2010-December/msg00141.html and to: https://bugzilla.gnome.org/show_bug.cgi?id=620419
commit 5577d727c4ce085ea26e29a8bd732d943cb7a455 Author: Luca Bruno <lucabru@src.gnome.org> Date: Mon Jan 10 09:42:32 2011 +0100 gio-2.0: Mark GLib.Socket.accept return value to be owned. Based on patch by Stefano Debenedetti. Fixes bug 638912. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.