You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update example_mozjepg_image.go to close image (#271)
close image after it is open in the example. Otherwise it could cause memory leak.
This actually happened in my small server. A function was called multiple times to resize images, and all the images were very large. The server got frozen due to memory explosive.
0 commit comments