Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
vte
Commits
80676b14
Commit
80676b14
authored
Oct 16, 2010
by
Christian Persch
Browse files
Plug refcount leak
The leaked VtePty leaked FDs, too. Bug #632257.
parent
2944c2ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vte.c
View file @
80676b14
...
...
@@ -3670,6 +3670,7 @@ vte_terminal_fork_command_full(VteTerminal *terminal,
vte_terminal_set_pty_object
(
terminal
,
pty
);
vte_terminal_watch_child
(
terminal
,
pid
);
g_object_unref
(
pty
);
if
(
child_pid
)
*
child_pid
=
pid
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment