gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Petter Reinholdtsen
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1846-ge8883fe
Date: Fri, 17 Jan 2014 23:11:10 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  e8883fe90eb811e2b8968b1cc2d82e00f6131824 (commit)
      from  c8e8dd5b7211258ca98588dd81a6a26b32af53ac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=e8883fe90eb811e2b8968b1cc2d82e00f6131824


commit e8883fe90eb811e2b8968b1cc2d82e00f6131824
Author: Petter Reinholdtsen <address@hidden>
Date:   Sat Jan 18 00:11:04 2014 +0100

    Always set _fd to -1 when closing it.

diff --git a/gui/fb/fb.cpp b/gui/fb/fb.cpp
index 34d168b..cdbeef5 100644
--- a/gui/fb/fb.cpp
+++ b/gui/fb/fb.cpp
@@ -585,6 +585,7 @@ FBGui::disable_terminal()
     if (ioctl(fd, VT_GETSTATE, &vts) == -1) {
         log_error(_("Could not get current VT state"));
         close(_fd);
+        _fd = -1;
         close(fd);
         return false;
     }

-----------------------------------------------------------------------

Summary of changes:
 gui/fb/fb.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]