Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    d065b38e
    runtime: Remove dead code · d065b38e
    Simon McVittie authored
    
    The entire setup for this call to `readlink -f` should have been removed
    when it was hoisted further up in bind_runtime() (and replaced with
    `readlink -e`) during commit 26b3be64, but in fact only the part that
    actually *ran* the wrapped readlink command was deleted.
    
    This also always leaked some memory.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    d065b38e
    History
    runtime: Remove dead code
    Simon McVittie authored
    
    The entire setup for this call to `readlink -f` should have been removed
    when it was hoisted further up in bind_runtime() (and replaced with
    `readlink -e`) during commit 26b3be64, but in fact only the part that
    actually *ran* the wrapped readlink command was deleted.
    
    This also always leaked some memory.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
runtime.c 77.12 KiB