Bug 158884

Summary: Missing g_free in nautilus-window-menus.c
Product: [Fedora] Fedora Reporter: Brian Pepple <bdpepple>
Component: nautilusAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-02 04:50:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch adding the missing g_free (). none

Description Brian Pepple 2005-05-26 15:48:59 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
action_about_nautilus_callback () is missing a g_free () after using g_strconcat
() for a variable.  Also, logo_path isn't freed.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Open about window in Nautilus.
2.
3.
  

Additional info:

Comment 1 Brian Pepple 2005-05-26 15:50:16 UTC
Created attachment 114873 [details]
Patch adding the missing g_free ().

This patch has already been submitted upstream.

http://bugzilla.gnome.org/show_bug.cgi?id=305551