Skip to content
Snippets Groups Projects
Commit b3c4b48d authored by deuce's avatar deuce
Browse files

Fix pty leak.

parent ccd840ca
No related branches found
No related tags found
No related merge requests found
......@@ -503,6 +503,7 @@ int pty_close(void)
destroy_conn_buf(&conn_outbuf);
FREE_AND_NULL(conn_api.rd_buf);
FREE_AND_NULL(conn_api.wr_buf);
close(master);
return(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment