No description
ea07d4c6c8
Since it is declared as static variable it will be released automatically when process exits, which causes crashes in renderer process because the template will then be released later than V8 is closed. This commit simply leaks the template so the crash won't happen, this leak should be fine since leaking resource on exit is not a bad thing. |
||
---|---|---|
native_mate | ||
script | ||
.gitignore | ||
LICENSE | ||
LICENSE.chromium | ||
native_mate_files.gypi |