Microsoft/calculator

Update Calculator engine’s use of smart pointers

Open

#61 aperta il 27 feb 2019

Vedi su GitHub
 (20 commenti) (0 reazioni) (0 assegnatari)C++ (2422 fork)batch import
Pri: 2approvedcodebase qualityhelp wanted

Metriche repository

Star
 (16.196 star)
Metriche merge PR
 (Merge medio 15h 43m) (7 PR mergiate in 30 g)

Descrizione

The Calculator engine allocates and frees its own memory which leads to issues such as double-frees that are hard to investigate. We should clean this code and switch to modern constructs such as smart_ptrs to eliminate these issues.

Guida contributor