Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize _pool array in tinyxml2.h
Added {} to the declaration of the _pool array in the tinyxml2.h file. This ensures that all elements of the _pool array are initialized to their default values. This change improves the safety and predictability of the code by preventing uninitialized values.
- Loading branch information