]> git.pld-linux.org Git - packages/giflib4.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Oct 2005 09:37:46 +0000 (09:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    giflib-egif-inithash.patch -> 1.2

giflib-egif-inithash.patch [deleted file]

diff --git a/giflib-egif-inithash.patch b/giflib-egif-inithash.patch
deleted file mode 100644 (file)
index 629ee98..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-From http://www.develop-help.com/imager/giflib.patch
-(only one hunk, the second is already in fixes-from-libungif patch)
---- giflib-4.1.0/lib/egif_lib.c.orig   2003-10-25 19:23:35.000000000 +0200
-+++ giflib-4.1.0/lib/egif_lib.c        2003-10-25 19:24:25.049338168 +0200
-@@ -177,6 +177,12 @@
-         _GifError = E_GIF_ERR_NOT_ENOUGH_MEM;
-         return NULL;
-     }
-+    if ((Private->HashTable = _InitHashTable()) == NULL) {
-+        free(GifFile);
-+        free(Private);
-+        _GifError = E_GIF_ERR_NOT_ENOUGH_MEM;
-+        return NULL;
-+    }
-     GifFile->Private = (VoidPtr) Private;
-     Private->FileHandle = 0;
This page took 0.169148 seconds and 4 git commands to generate.