Pattern: Use of unsafe class
Issue: -
The class is unsafe, wrong usage can cause memory/resource leaks. This can for instance be fixed by adding proper cleanup in the destructor.
Pattern: Use of unsafe class
Issue: -
The class is unsafe, wrong usage can cause memory/resource leaks. This can for instance be fixed by adding proper cleanup in the destructor.