mate-desktop / mate-terminal

The MATE Terminal Emulator
http://www.mate-desktop.org
GNU General Public License v3.0
133 stars 73 forks source link

terminal-screen: prevent crash on bad term spawn due to redundant frees #322

Closed sorsarre closed 4 years ago

sorsarre commented 4 years ago

Turns out the error in term spawn callback doesn't have to be released and the one that can pop up in get_child_command gets freed in terminal_screen_launch_child_cb all right. This should fix the crash mentioned in #312, at least it does so for a non-default profile with a bad command.