smartnode / telebot

Telegram Bot API in C
https://elmurod.net/telebot
Apache License 2.0
159 stars 35 forks source link

removed wrong usage of json_object_put #12

Closed kasymovga closed 6 years ago

kasymovga commented 6 years ago

There is no need call json_object_put for children objects if its called for parent object. Moreover this is cause application failure because of double free memory.