mirror of
https://abf.rosa.ru/djam/java-1.8.0-openjdk.git
synced 2025-04-18 22:44:17 +00:00
12 lines
514 B
Diff
12 lines
514 B
Diff
diff -Naur jdk8.orig/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c
|
|
--- jdk8.orig/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-06-03 10:43:23.974016819 +0400
|
|
+++ jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-06-03 10:50:46.133994749 +0400
|
|
@@ -310,7 +310,7 @@
|
|
free(pBitmapBits);
|
|
free(pOldBitmapBits);
|
|
|
|
- DGifCloseFile(gif);
|
|
+ DGifCloseFile(gif, NULL);
|
|
|
|
return 1;
|
|
}
|