XorTroll / Plutonium

An easy-to-use UI framework for Nintendo Switch homebrew
https://xortroll.github.io/Plutonium/
MIT License
272 stars 40 forks source link

Refactor everything to use smart pointers #19

Closed XorTroll closed 5 years ago

XorTroll commented 5 years ago

This way we avoid possible memory leaks plus risk of disposing pointers from several places, thus undefined behavior.