hrszpuk / odin-ini

:fire: An easy to use and highly customizable INI serialiser/deserialiser for Odin!
MIT License
1 stars 0 forks source link

Implement `remove_*`, `pop_*`, and `clear` functions #11

Closed hrszpuk closed 5 months ago

hrszpuk commented 7 months ago
hrszpuk commented 5 months ago

Ah, I added this but forgot I need to free the memory when I remove it...

hrszpuk commented 5 months ago

remove handles both keys and sections. remove_key and remove_section aren't necessary.