gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #42574] Gnash building is broken in GnashImageGif.cp


From: Behnam Momeni
Subject: [Gnash-commit] [bug #42574] Gnash building is broken in GnashImageGif.cpp with giflib-5.1
Date: Sun, 27 Jul 2014 10:00:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #5, bug #42574 (project gnash):

As a workaround, you can change line 123 of libbase/GnashImageGif.cpp file as
follows:

 GifInput::~GifInput()
 {
     // Clean up allocated data.
-    DGifCloseFile(_gif);
+    DGifCloseFile(_gif, 0);
 }


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42574>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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