iotaledger / pyota-ccurl

C Curl extension for PyOTA
MIT License
3 stars 8 forks source link

Fix memory leak in Curl_absorb #12

Closed etiennekruger closed 7 years ago

etiennekruger commented 7 years ago

Curl_absorb did a malloc() for storing the trit_t representation of the incoming trits but the memory was never free()'d which results in a memory leak.