thephpleague / color-extractor

Extract colors from an image like a human would do.

Home Page:thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free memory from previous call to imagecreatefromstring()

christian-roggia opened this issue · comments

imagedestroy() is never called in the file League/ColorExtractor/Palette.php preventing PHP from freeing the memory previously allocated at the line 55 of the same file.