Bug #58173: Valgrind warning in load_defaults()
Memory was allocated for storing path names inside fn_expand(), which were not free:ed anywhere. This patch fixes the problem by storing the path names in statically allocated buffers instead, which is automatically free:ed when the server exits.
Showing
Please register or sign in to comment