Skip to content

Allocate SplashXPathScanner on the stack

SplashXPathScanner is only used inside the each fill function, but newer passed to the outside. As it is small, there is no reason to not allocate it on the stack.

Merge request reports