Bug 135458 - Fix resource leak in unclosed file descriptor handles
Summary: Fix resource leak in unclosed file descriptor handles
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-31 05:37 PDT by przemeks@pkuczynski.com
Modified: 2014-08-18 14:12 PDT (History)
3 users (show)

See Also:


Attachments
proposed patch (1.69 KB, patch)
2014-07-31 06:05 PDT, przemeks@pkuczynski.com
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description przemeks@pkuczynski.com 2014-07-31 05:37:31 PDT
Leaving descriptor unclosed will cause the resources associated with the open
file description never be freed (they are freed on closing the last descriptor
referring to the underlying file).
Comment 1 przemeks@pkuczynski.com 2014-07-31 06:05:13 PDT
Created attachment 235823 [details]
proposed patch
Comment 2 WebKit Commit Bot 2014-08-18 14:12:10 PDT
Comment on attachment 235823 [details]
proposed patch

Clearing flags on attachment: 235823

Committed r172724: <http://trac.webkit.org/changeset/172724>
Comment 3 WebKit Commit Bot 2014-08-18 14:12:13 PDT
All reviewed patches have been landed.  Closing bug.