Bug 94434 - Do not allocate SQLiteDatabase's m_openErrorMessage until its needed
Summary: Do not allocate SQLiteDatabase's m_openErrorMessage until its needed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-19 15:02 PDT by Benjamin Poulain
Modified: 2012-08-19 21:03 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2012-08-19 15:27 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-08-19 15:02:46 PDT
Another initialization malloc + memcpy.
Comment 1 Benjamin Poulain 2012-08-19 15:27:50 PDT
Created attachment 159307 [details]
Patch
Comment 2 Benjamin Poulain 2012-08-19 21:03:30 PDT
Comment on attachment 159307 [details]
Patch

Clearing flags on attachment: 159307

Committed r125992: <http://trac.webkit.org/changeset/125992>
Comment 3 Benjamin Poulain 2012-08-19 21:03:32 PDT
All reviewed patches have been landed.  Closing bug.