GNOME Bugzilla – Bug 690957
debug-manager: Fix two leaks of GFile objects.
Last modified: 2013-01-06 18:30:10 UTC
See attached patch.
Created attachment 232466 [details] [review] debug-manager: Fix two leaks of GFile objects. 1. BreakPointItem keeps a reference to the GFile so the file needs to be unreffed when the BreakPointItem is freed. 2. ianjuta_file_get_file() returns a GFile which needs to be unreffed.
Review of attachment 232466 [details] [review]: Thank for fixing this, you can commit this patch and close this bug.