Bug 158884 - Missing g_free in nautilus-window-menus.c
Summary: Missing g_free in nautilus-window-menus.c
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nautilus
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Zeuthen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-05-26 15:48 UTC by Brian Pepple
Modified: 2013-03-06 03:43 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-02 04:50:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch adding the missing g_free (). (1011 bytes, patch)
2005-05-26 15:50 UTC, Brian Pepple
no flags Details | Diff

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


Note You need to log in before you can comment on or make changes to this bug.