kanimaru / twitcher

Full Twitch Library for Godot
MIT License
64 stars 9 forks source link

Fixed oOuch http client does not need to call free #16

Closed FortunesFavored closed 6 months ago

FortunesFavored commented 6 months ago

RefCounted objects are automatically freed and free does not need to be called. This causes the overlay to crash when exported, so I removed it.