tboothman / imdbphp

PHP library for retrieving film and tv information from IMDb
253 stars 84 forks source link

curl close frees up memory #191

Closed ThornstromDeveloper closed 4 years ago

ThornstromDeveloper commented 4 years ago

Executing a curl_close($this->ch); in the sendRequest function of the Request class frees up memory, which could be important when using the function in a loop.

tboothman commented 4 years ago

👍 thanks