Bug 130520 - Leak in the menu method
Summary: Leak in the menu method
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-vfs2
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-08-20 23:28 UTC by Kjartan Maraas
Modified: 2013-04-02 04:19 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-02 14:05:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kjartan Maraas 2004-08-20 23:28:24 UTC
Description of problem:
Valgrind reports this when using the latest gnome-panel and gnome-vfs2
from rawhide today:

==4503== 35012 bytes in 356 blocks are definitely lost in loss record
222 of 230
==4503==    at 0x1B903419: calloc (vg_replace_malloc.c:176)
==4503==    by 0xCC998F: g_malloc0 (in /usr/lib/libglib-2.0.so.0.400.6)
==4503==    by 0x1C296340: entry_set_new (menu-entries.c:937)
==4503==    by 0x1C29DB82: ??? (menu-process.c:434)
==4503==    by 0x1C29D90D: ??? (menu-process.c:602)
==4503==    by 0x1C29D90D: ??? (menu-process.c:602)
==4503==    by 0x1C29E38A: ??? (menu-process.c:84)
==4503==    by 0x1C29E7C2: ??? (menu-process.c:162)
==4503==    by 0x1C29D94E: ??? (menu-process.c:185)
==4503==    by 0x1C29D90D: ??? (menu-process.c:602)
==4503==    by 0x1C29D90D: ??? (menu-process.c:602)
==4503==    by 0x1C29D90D: ??? (menu-process.c:602)
==4503==    by 0x1C29E38A: ??? (menu-process.c:84)
==4503==    by 0x1C29E7C2: ??? (menu-process.c:162)
==4503==    by 0x1C29D94E: ??? (menu-process.c:185)
==4503==    by 0x1C29D90D: ??? (menu-process.c:602)
==4503==    by 0x1C29D90D: ??? (menu-process.c:602)
==4503==    by 0x1C2A0AA9: desktop_entry_tree_load (menu-process.c:1108)
==4503==    by 0x1C2A2699: ??? (menu-tree-cache.c:137)
==4503==    by 0x1C2A28ED: desktop_entry_tree_cache_lookup
(menu-tree-cache.c:371)


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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Kjartan Maraas 2005-02-02 14:05:15 UTC
Closing this since this menu method is being replaced by a new
implementation of the menu spec.


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