mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
546 B
Diff
13 lines
546 B
Diff
|
diff -wbBur OpenSceneGraph-3.2.0/src/osgPlugins/gif/ReaderWriterGIF.cpp OpenSceneGraph-3.2.0.q/src/osgPlugins/gif/ReaderWriterGIF.cpp
|
||
|
--- OpenSceneGraph-3.2.0/src/osgPlugins/gif/ReaderWriterGIF.cpp 2013-06-03 18:04:02.000000000 +0400
|
||
|
+++ OpenSceneGraph-3.2.0.q/src/osgPlugins/gif/ReaderWriterGIF.cpp 2014-05-29 19:00:40.163985068 +0400
|
||
|
@@ -561,7 +561,7 @@
|
||
|
*width_ret = giffile->SWidth;
|
||
|
*height_ret = giffile->SHeight;
|
||
|
*numComponents_ret = 4;
|
||
|
- DGifCloseFile(giffile);
|
||
|
+ DGifCloseFile(giffile, NULL);
|
||
|
return buffer;
|
||
|
}
|
||
|
|