The fetch context that held these values could be freed while there were still active pointers to the memory. Using a reference counted pointer avoids this.
The fetch context that held these values could be freed while there were still active pointers to the memory. Using a reference counted pointer avoids this.