NEW 169057
Setting Options that save the original string, more than once leaks memory
https://bugs.webkit.org/show_bug.cgi?id=169057
Summary Setting Options that save the original string, more than once leaks memory
Michael Saboff
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.