iotaledger / sandbox

14 stars 11 forks source link

changed to use libccurl instead of ccurl-cli #1

Closed paulhandy closed 7 years ago

paulhandy commented 7 years ago

ccurl-cli has overhead each time that it runs. By using libccurl, you only have to call init and finalize once.

paulhandy commented 7 years ago

Changes committed for freeing tryte char array.

paulhandy commented 7 years ago

I also freed the out variable.