This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit 123c5b0859ce66d0d730f0c4135e8c3d210666c8
Author: Nekobit <[email protected]>
AuthorDate: Sat Mar 11 18:32:29 2023 -0500

    termpty: Fix issue with exiting on *BSD's.
    
    Noticable when the user had more than one tab and pressed ^D or exited their shell. Caused freeze up and lots of fd deletion errors in the console.
    
    Note: This could potentially be an issue for *BSD's in the ecore?
---
 src/bin/termpty.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index 178e342..c90431a 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -391,7 +391,6 @@ _fd_do(Termpty *ty, Ecore_Fd_Handler *fd_handler, Eina_Bool false_on_empty)
    // is closed ... but no longer just bsd's - i have seen this now on linux
    if (ty->pid == -1)
      {
-        ty->hand_fd = NULL;
         return ECORE_CALLBACK_CANCEL;
      }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to