]> git.saurik.com Git - wxWidgets.git/commit
For all platforms except WXMAC, the wxGIFDecoder::dgif function was
authorGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 12 Jun 2001 06:34:24 +0000 (06:34 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 12 Jun 2001 06:34:24 +0000 (06:34 +0000)
commit7679ac6334c85e41b90084ec5fb336945e352b81
tree33b71825d981ed8022aee447f2e9b8e6f137dae4
parent1e48782762f8635bc4279862f95d9010ba12da00
For all platforms except WXMAC, the wxGIFDecoder::dgif function was
allocating 3 arrays of 4096 ints in the stack (48K) which causes
problems with Watcom. Now all platforms behave like WXMAC, i.e. the
arrays are allocated (and freed) dynamically on the heap.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/gifdecod.cpp