Initialize pointer member variables in tsdbCreateReader to prevent random memory errors. It addresses a bug where uninitialized pointers are freed during error cleanup.
Pull Request Checklist
[ ] Is the user manual updated?
[x] Are the test cases passed and automated?
[x] Is there no significant decrease in test coverage?
Initialize pointer member variables in tsdbCreateReader to prevent random memory errors. It addresses a bug where uninitialized pointers are freed during error cleanup.
Pull Request Checklist