Skip to content
  • Simon McVittie's avatar
    dbus-spawn: Don't take ownership of envp · 88032367
    Simon McVittie authored
    
    
    It's unexpected for a function to take ownership of its arguments
    without indicating that in its name, or at least documenting it.
    
    The only caller with envp != NULL is in
    bus_activation_activate_service(), which has been updated.
    
    Based on part of a larger commit by Ralf Habacker.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    88032367