• Robert Shearman's avatar
    server: Free ptr in console_input_append_hist. · 7a3df4d0
    Robert Shearman authored
    
    Free ptr in console_input_append_hist before returning, otherwise it
    will be leaked (found by Coverity).
    Remove the setting of last error on mem_alloc failure, as it is already
    done in mem_alloc.
    7a3df4d0
console.c 51.9 KB