After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671095 - Memory leak in argv parsing
Memory leak in argv parsing
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-29 22:44 UTC by Giovanni Campagna
Modified: 2012-03-01 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Plug a memory leak (679 bytes, patch)
2012-02-29 22:45 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2012-02-29 22:44:51 UTC
Spotted while valgrinding (although I don't remember why I was valgrinding in the first place...), has been on my repo for a while.
Comment 1 Giovanni Campagna 2012-02-29 22:45:15 UTC
Created attachment 208729 [details] [review]
Plug a memory leak

Free GFiles created during argv parsing.
Comment 2 Xan Lopez 2012-03-01 08:47:43 UTC
Comment on attachment 208729 [details] [review]
Plug a memory leak

Looks good.
Comment 3 Giovanni Campagna 2012-03-01 21:14:56 UTC
Attachment 208729 [details] pushed as bc3aa41 - Plug a memory leak