chr-1x / twc

A C99-compatible library for using the Twitter API from cURL
MIT License
24 stars 5 forks source link

Fix memory leaks + arm 32bit #10

Closed baines closed 7 years ago

baines commented 7 years ago

I removed the stuff at code/twitter.c:23 since it caused a multiple definition error when compiling on the pi, and it seems to work fine on my desktop without it also.