ramagottfried / symbolist

A library for graphic/symbolic score editing
15 stars 3 forks source link

path handles should be smart pointers #85

Open ramagottfried opened 6 years ago

ramagottfried commented 6 years ago

currently there's a leak if you quit while editing a path, we could check if we're in edit mode before quitting and free the handles, or just make them unique_ptr or similar, which would probably be better in the long run.