Project-ARTist / art

Fork of android's official platform/art repo, with ARTist's branches and the ARTist submodule.
https://artist.cispa.saarland
Other
25 stars 11 forks source link

Use C++ smart pointers #1

Closed schrnz closed 7 years ago

schrnz commented 7 years ago

To avoid further issues with segmentation faults, memory leaks and the like, we should rewrite our code according to best practices to use smart pointers instead of raw pointers.

(Tied to Project-ARTist/ARTist#6)