• Mats Kindahl's avatar
    Bug #58173: Valgrind warning in load_defaults() · 6f47ddb9
    Mats Kindahl authored
    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.
    6f47ddb9
default.c 34.6 KB