Skip to content
  • StefanBruens's avatar
    Allocate SplashXPathScanner on the stack · 141405e0
    StefanBruens authored
    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.
    141405e0