EGifSpew writes out SavedImages, but it does not free them - There is no call to GifFreeSavedImages() in EGifSpew.
This results in a memory leak when using EGifSpew.
It also doesn't free the main extensions - there is no call to GifFreeExtensions().
This is intended. The design assumed you might want to write once, modify the in-core data, and write again
Log in to post a comment.
It also doesn't free the main extensions - there is no call to GifFreeExtensions().
This is intended. The design assumed you might want to write once, modify the in-core data, and write again