offa / scope-guard

Implementation of Scoped Guards and Unique Resource as proposed in P0052.
MIT License
46 stars 6 forks source link

Missing R8 bugfix can cause double free #146

Closed offa closed 5 years ago

offa commented 5 years ago

The Bug mentioned in Peter Sommerlads CppCon 2018 Talk still exists in the implementation. This can cause a double free.

This has been fixed in the R8 version of P0052.