Bug 169057

Summary: Setting Options that save the original string, more than once leaks memory
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=169055

Description Michael Saboff 2017-03-01 14:22:29 PST
The OptionRange and optionString typed Options save a copy of the parsed string used to set the option.  If one of those options is set multiple times, it can leak memory.  This is considered to be a low risk since setting Options is done usually for development and testing and Options are rarely set multiple times.