Fix compiler warning (#1254)
GCC 13 warns that `pool` may be used uninitialized. This is a false positive because pool will only be used in the case that it is initialized, but by initializing it to NULL we can avoid this warning.
parent
d223333f
Please register or sign in to comment